← Back to team overview

kicad-developers team mailing list archive

[PATCH] 3d_view "view" text in bottom right corner i18n

 

Patch
=== modified file '3d-viewer/3d_canvas.cpp'
--- 3d-viewer/3d_canvas.cpp	2015-04-16 07:43:27 +0000
+++ 3d-viewer/3d_canvas.cpp	2015-04-19 08:54:52 +0000
@@ -496,7 +496,7 @@
     msg.Printf( wxT( "dy %3.2f" ), m_draw3dOffset.y );
     Parent()->SetStatusText( msg, 2 );
 
-    msg.Printf( wxT( "View: %3.1f" ), 45 * GetPrm3DVisu().m_Zoom );
+    msg.Printf( _( "View: %3.1f" ), 45 * GetPrm3DVisu().m_Zoom );
     Parent()->SetStatusText( msg, 3 );
 }