diff gui/ui/gtk/fileselect.c @ 34850:470c696cc5cf

Enable translation of subtitle file filter items.
author ib
date Mon, 21 May 2012 10:03:57 +0000
parents 8e39cb975b4e
children 4c5ef823ee0f
line wrap: on
line diff
--- a/gui/ui/gtk/fileselect.c	Mon May 21 09:52:25 2012 +0000
+++ b/gui/ui/gtk/fileselect.c	Mon May 21 10:03:57 2012 +0000
@@ -104,8 +104,8 @@
            { "MicroDVD (*.sub)",                  "*.sub" },
            { "Text (*.txt)",                      "*.txt" },
            { "UTF (*.utf)",                       "*.utf" },
-           { "All subtitles",                     "*.aqt,*.ass,*.jss,*.rt,*.smi,*.srt,*.ssa,*.sub,*.txt,*.utf" },
-           { "All files",                         "*" },
+           { MSGTR_Filter_AllSubtitles,           "*.aqt,*.ass,*.jss,*.rt,*.smi,*.srt,*.ssa,*.sub,*.txt,*.utf" },
+           { MSGTR_Filter_AllFiles,               "*" },
 	   { NULL,NULL }
 	 };
 int fsLastSubtitleFilterSelected = -1;