From 90fcdcfde9459f3bc65c48568dc2a5faf4cd7708 Mon Sep 17 00:00:00 2001 From: Olivier Humbert Date: Fri, 2 Dec 2016 20:18:02 +0100 Subject: Making one string translatable It should allow this dialog window to be translatable : http://pix.toile-libre.org/upload/original/1480706219.png I hope this is the correct way to do so. Please double-check what I've done before merging. --- gtk2_ardour/ardour_ui_dependents.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/ardour_ui_dependents.cc b/gtk2_ardour/ardour_ui_dependents.cc index 8490643487..b8d8ad8bfc 100644 --- a/gtk2_ardour/ardour_ui_dependents.cc +++ b/gtk2_ardour/ardour_ui_dependents.cc @@ -187,7 +187,7 @@ ARDOUR_UI::idle_ask_about_quit () } else { /* no session or session not dirty, but still ask anyway */ - Gtk::MessageDialog msg (string_compose ("Quit %1?", PROGRAM_NAME), + Gtk::MessageDialog msg (string_compose (_("Quit %1?"), PROGRAM_NAME), false, /* no markup */ Gtk::MESSAGE_INFO, Gtk::BUTTONS_YES_NO, -- cgit v1.2.3