Don't mark paths as translatable

Originally committed to SVN as r6450.
This commit is contained in:
Thomas Goyne 2012-02-07 01:22:42 +00:00
parent 5e96d6e8c3
commit b262a07180

View file

@ -191,7 +191,7 @@ Video::Video(wxTreebook *book, Preferences *parent): OptionPage(book, parent, _(
OptionAdd(general, _("Fast jump step in frames"), "Video/Slider/Fast Jump Step");
const wxString cscr_arr[3] = { _("?video"), _("?script"), _(".") };
const wxString cscr_arr[3] = { "?video", "?script", "." };
wxArrayString scr_res(3, cscr_arr);
OptionChoice(general, _("Screenshot save path"), scr_res, "Path/Screenshot");