From 3c04482a263fab9b06cbd72750a06c43442d5fd7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 23 Nov 2009 20:20:01 +0000 Subject: [PATCH] Patch from colinf to fix #2919. git-svn-id: svn://localhost/ardour2/branches/3.0@6159 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ardour_ui.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc index c05e826ada..4ca94f1cd4 100644 --- a/gtk2_ardour/ardour_ui.cc +++ b/gtk2_ardour/ardour_ui.cc @@ -2230,8 +2230,8 @@ ARDOUR_UI::ask_about_loading_existing_session (const Glib::ustring& session_path true); - msg.set_name (X_("CleanupDialog")); - msg.set_title (_("Cleanup Unused Sources")); + msg.set_name (X_("OpenExistingDialog")); + msg.set_title (_("Open Existing Session")); msg.set_wmclass (X_("existing_session"), "Ardour"); msg.set_position (Gtk::WIN_POS_MOUSE); pop_back_splash ();