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:
Olivier Humbert 2016-12-02 20:18:02 +01:00 committed by GitHub
parent 1d6bed662d
commit 90fcdcfde9

View file

@ -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,