mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
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:
parent
1d6bed662d
commit
90fcdcfde9
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue