← Back to team overview

kicad-developers team mailing list archive

[PATCH] Make translatable English entry

 

Another one patch that make translatable Select Language->English entry
=== modified file 'common/pgm_base.cpp'
--- common/pgm_base.cpp	2015-03-31 15:46:31 +0000
+++ common/pgm_base.cpp	2015-04-04 11:58:17 +0000
@@ -115,7 +115,7 @@
         wxLANGUAGE_ENGLISH,
         ID_LANGUAGE_ENGLISH,
         lang_en_xpm,
-        wxT( "English" ),
+        _( "English" ),
         true
     },
 


Follow ups