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.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user