]> git.sesse.net Git - vlc/blobdiff - modules/video_output/image.c
* backport of [11257] to trunk
[vlc] / modules / video_output / image.c
index b5ae3bab3e1db3992702a507b8409fb7aa3bbfcd..6c47f09e860f0ddc4310325b74bb20d1f034868c 100644 (file)
@@ -57,7 +57,7 @@ static void Display   ( vout_thread_t *, picture_t * );
                             "will have the form prefixNUMBER.format" )
 
 static char *psz_format_list[] = { "png" };
-static char *psz_format_list_text[] = { N_("PNG") };
+static char *psz_format_list_text[] = { "PNG" };
 
 vlc_module_begin( );
     set_shortname( _( "Image file" ) );