13
0

Fix missed i18n (#3766).

git-svn-id: svn://localhost/ardour2/branches/3.0@8830 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-02-12 12:29:08 +00:00
parent 2aa4fc8599
commit e8e0da71a0

View File

@ -36,7 +36,7 @@ SearchPathOption::SearchPathOption (const string& pathname, const string& label,
hbox->set_border_width (12); hbox->set_border_width (12);
hbox->set_spacing (6); hbox->set_spacing (6);
hbox->pack_end (add_chooser, true, true); 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 (); hbox->show_all ();
vbox.pack_start (path_box); vbox.pack_start (path_box);