changeset 34854:5f876a4fa781

Enable translation of other file filter item.
author ib
date Mon, 21 May 2012 11:56:52 +0000
parents f6f1cfdaaccf
children 69db9f71d433
files gui/ui/gtk/fileselect.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/ui/gtk/fileselect.c	Mon May 21 11:34:45 2012 +0000
+++ b/gui/ui/gtk/fileselect.c	Mon May 21 11:56:52 2012 +0000
@@ -112,7 +112,7 @@
 
 char * fsOtherFilterNames[][2] =
          {
-	   { "All files",						"*" },
+	   { MSGTR_Filter_AllFiles, "*" },
 	   { NULL,NULL }
 	 };