From bced4a466ce5204c40b7eb3be8c95e956ffc6f36 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 2 Dec 2012 01:55:48 +0000 Subject: [PATCH] make newly-added string translatable git-svn-id: svn://localhost/ardour2/branches/3.0@13588 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_mixer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }