summaryrefslogtreecommitdiff
path: root/gtk2_ardour/search_path_option.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/search_path_option.cc')
-rw-r--r--gtk2_ardour/search_path_option.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/search_path_option.cc b/gtk2_ardour/search_path_option.cc
index 8104de3801..84b02bf577 100644
--- a/gtk2_ardour/search_path_option.cc
+++ b/gtk2_ardour/search_path_option.cc
@@ -36,7 +36,7 @@ SearchPathOption::SearchPathOption (const string& pathname, const string& label,
hbox->set_border_width (12);
hbox->set_spacing (6);
hbox->pack_end (add_chooser, true, true);
- hbox->pack_end (*manage (new Label ("Click to add a new location")), false, false);
+ hbox->pack_end (*manage (new Label (_("Click to add a new location"))), false, false);
hbox->show_all ();
vbox.pack_start (path_box);