summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_file_notebook.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-06-20 13:01:14 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-06-20 13:01:14 +0000
commit30fa808732862662d6312f168e2f963e4d6eea2c (patch)
treec4b8bb1c23d1c784ecd4e43cc5bb6c55224c3143 /gtk2_ardour/export_file_notebook.cc
parent816d3da8406e083b9a21bd4d40b7712938bfc8f1 (diff)
tweak button label name as per thorsten wilms' suggestion
git-svn-id: svn://localhost/ardour2/branches/3.0@12793 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/export_file_notebook.cc')
-rw-r--r--gtk2_ardour/export_file_notebook.cc2
1 files changed, 1 insertions, 1 deletions
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);