From b262a07180bff72629c9170dc469e00411128f55 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Tue, 7 Feb 2012 01:22:42 +0000 Subject: [PATCH] Don't mark paths as translatable Originally committed to SVN as r6450. --- aegisub/src/preferences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/preferences.cpp b/aegisub/src/preferences.cpp index 8b82a74ce..51c53c997 100644 --- a/aegisub/src/preferences.cpp +++ b/aegisub/src/preferences.cpp @@ -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");