summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorOlivier Humbert <trebmuh@users.noreply.github.com>2016-12-02 20:18:02 +0100
committerGitHub <noreply@github.com>2016-12-02 20:18:02 +0100
commit90fcdcfde9459f3bc65c48568dc2a5faf4cd7708 (patch)
tree949e47614ac7b57e9ee28583f294f04600ed0216 /gtk2_ardour
parent1d6bed662d4dac564e51bc1e03606d51d6e5bb13 (diff)
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.
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/ardour_ui_dependents.cc2
1 files changed, 1 insertions, 1 deletions
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,