From 30fa808732862662d6312f168e2f963e4d6eea2c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 20 Jun 2012 13:01:14 +0000 Subject: [PATCH] tweak button label name as per thorsten wilms' suggestion git-svn-id: svn://localhost/ardour2/branches/3.0@12793 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/export_file_notebook.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/export_file_notebook.cc b/gtk2_ardour/export_file_notebook.cc index c9cd747d75..1d31365e93 100644 --- a/gtk2_ardour/export_file_notebook.cc +++ b/gtk2_ardour/export_file_notebook.cc @@ -37,7 +37,7 @@ ExportFileNotebook::ExportFileNotebook () : /* Last page */ new_file_button.set_image (*Gtk::manage (new Gtk::Image (::get_icon("add")))); - new_file_button.set_label (_(" Click here to add another format")); + new_file_button.set_label (_("Add another format")); new_file_button.set_alignment (0, 0.5); new_file_button.set_relief (Gtk::RELIEF_NONE);