Fix missed i18n (#3766).
git-svn-id: svn://localhost/ardour2/branches/3.0@8830 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2aa4fc8599
commit
e8e0da71a0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user