mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
2a0460b150
commit
bced4a466c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue