13
0

make newly-added string translatable

git-svn-id: svn://localhost/ardour2/branches/3.0@13588 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-12-02 01:55:48 +00:00
parent 2a0460b150
commit bced4a466c

View File

@ -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;
}