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 ); }
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp