summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mixer.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-12-02 01:55:48 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-12-02 01:55:48 +0000
commitbced4a466ce5204c40b7eb3be8c95e956ffc6f36 (patch)
tree2f4586d001f164d8596bfb1286b72da007c62ebf /gtk2_ardour/editor_mixer.cc
parent2a0460b150056a2431ada79244e26fd17958c6ab (diff)
make newly-added string translatable
git-svn-id: svn://localhost/ardour2/branches/3.0@13588 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_mixer.cc')
-rw-r--r--gtk2_ardour/editor_mixer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_mixer.cc b/gtk2_ardour/editor_mixer.cc
index 27ba1e5e21..b7eb05affc 100644
--- a/gtk2_ardour/editor_mixer.cc
+++ b/gtk2_ardour/editor_mixer.cc
@@ -87,7 +87,7 @@ Editor::show_editor_mixer (bool yn)
}
if (screen && screen->get_height() < 700) {
- Gtk::MessageDialog msg ("This screen is not tall enough to display the editor mixer");
+ Gtk::MessageDialog msg (_("This screen is not tall enough to display the editor mixer"));
msg.run ();
return;
}