Fix mantis 2804: improve title of recent sessions dialogue and make it translatable.
git-svn-id: svn://localhost/ardour2/branches/3.0@5560 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -1092,7 +1092,7 @@ ARDOUR_UI::redisplay_recent_sessions ()
|
||||
void
|
||||
ARDOUR_UI::build_session_selector ()
|
||||
{
|
||||
session_selector_window = new ArdourDialog ("session selector");
|
||||
session_selector_window = new ArdourDialog (_("Recent Sessions"));
|
||||
|
||||
Gtk::ScrolledWindow *scroller = manage (new Gtk::ScrolledWindow);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user