tweak button label name as per thorsten wilms' suggestion
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 20 Jun 2012 13:01:14 +0000 (13:01 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 20 Jun 2012 13:01:14 +0000 (13:01 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@12793 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/export_file_notebook.cc

index c9cd747d75ccc5b5ed2b796d27553c9f7c0b27a7..1d31365e9363002f4316b92e4225075b3702f031 100644 (file)
@@ -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);