← Back to team overview

kicad-developers team mailing list archive

[PATCH] Pl_editor hotkey tab fix and i18n

 

Hello.
i18n patch.

 * Английский - определен
 * Русский

 * Русский

<javascript:void(0);>
=== modified file 'pagelayout_editor/hotkeys.cpp'
--- pagelayout_editor/hotkeys.cpp	2015-04-16 15:26:51 +0000
+++ pagelayout_editor/hotkeys.cpp	2015-04-19 07:51:06 +0000
@@ -116,7 +116,7 @@
 // list of sections and corresponding hotkey list for Pl_Editor
 // (used to create an hotkey config file)
 static wxString s_PlEditorSectionTag( wxT( "[pl_editor]" ) );
-static wxString s_PlEditorSectionTitle( wxT( "Part Layout Editor" ) );
+static wxString s_PlEditorSectionTitle( _HKI( "Page Layout Editor" ) );
 
 struct EDA_HOTKEY_CONFIG s_PlEditor_Hokeys_Descr[] =
 {