Fix missed i18n (#3766).
authorCarl Hetherington <carl@carlh.net>
Sat, 12 Feb 2011 12:29:08 +0000 (12:29 +0000)
committerCarl Hetherington <carl@carlh.net>
Sat, 12 Feb 2011 12:29:08 +0000 (12:29 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8830 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/search_path_option.cc

index 8104de380148fdc202af9b411d23a734b30d4313..84b02bf57732aa2bfc9bb902c85275305b7e9650 100644 (file)
@@ -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);