expand active language prompt for demo-copy-went-silent notice

This commit is contained in:
Paul Davis 2025-11-21 16:49:39 -07:00
parent c3b871d6e7
commit 42ca55f375

View file

@ -65,7 +65,7 @@ ARDOUR_UI::audioengine_became_silent ()
msg.set_title (string_compose (_("%1 is now silent"), PROGRAM_NAME));
Gtk::Label pay_label (string_compose (_("Please consider paying for a copy of %1 - you can pay whatever you want."), PROGRAM_NAME));
Gtk::Label pay_label (string_compose (_("Please consider paying for a copy of %1 - you can pay whatever you want.\nDownload the unrestricted build after paying..."), PROGRAM_NAME));
Gtk::Label subscribe_label (_("Better yet become a subscriber - subscriptions start at US$1 per month."));
Gtk::Button pay_button (_("Pay for a copy (via the web)"));
Gtk::Button subscribe_button (_("Become a subscriber (via the web)"));
@ -80,7 +80,7 @@ ARDOUR_UI::audioengine_became_silent ()
pay_button.signal_clicked().connect (sigc::hide_return (sigc::bind (sigc::ptr_fun (openuri), (const char*) "https://ardour.org/download")));
subscribe_button.signal_clicked().connect (sigc::hide_return (sigc::bind (sigc::ptr_fun (openuri), (const char*) "https://ardour.org/subscribe")));
msg.get_vbox()->pack_start (pay_label);
msg.get_vbox()->pack_start (pay_button_box);
msg.get_vbox()->pack_start (subscribe_label);