Commit a5bd7d44 authored by plyatov's avatar plyatov

Russian translation update.

parent 5cf158e5
...@@ -626,13 +626,13 @@ void AddHotkeyConfigMenu( wxMenu* menu ) ...@@ -626,13 +626,13 @@ void AddHotkeyConfigMenu( wxMenu* menu )
wxMenu* submenu_hkcfg = new wxMenu(); wxMenu* submenu_hkcfg = new wxMenu();
item = new wxMenuItem( submenu_hkcfg, ID_PREFERENCES_HOTKEY_PATH_IS_HOME, item = new wxMenuItem( submenu_hkcfg, ID_PREFERENCES_HOTKEY_PATH_IS_HOME,
_( "home directory" ), _( "home directory" ),
_( "Use home directory to load or store Hotkey config files" ), _( "Use home directory to load or store Hotkey config files" ),
wxITEM_CHECK ); wxITEM_CHECK );
submenu_hkcfg->Append( item ); submenu_hkcfg->Append( item );
item = new wxMenuItem( submenu_hkcfg, ID_PREFERENCES_HOTKEY_PATH_IS_KICAD, item = new wxMenuItem( submenu_hkcfg, ID_PREFERENCES_HOTKEY_PATH_IS_KICAD,
_( "kicad/template directory" ), _( "kicad/template directory" ),
_( "Use kicad/templatedirectory to load or store Hotkey config files" ), _( "Use kicad/template directory to load or store Hotkey config files" ),
wxITEM_CHECK ); wxITEM_CHECK );
submenu_hkcfg->Append( item ); submenu_hkcfg->Append( item );
...@@ -640,7 +640,7 @@ void AddHotkeyConfigMenu( wxMenu* menu ) ...@@ -640,7 +640,7 @@ void AddHotkeyConfigMenu( wxMenu* menu )
-1, -1,
_( "Hotkey config location" ), _( "Hotkey config location" ),
_( _(
"Hotkey config file location selection (home directory or kicad tree)" ), "Hotkey config file location selection (home directory or kicad tree)" ),
right_xpm ); right_xpm );
submenu_hkcfg->Check( ID_PREFERENCES_HOTKEY_PATH_IS_HOME, submenu_hkcfg->Check( ID_PREFERENCES_HOTKEY_PATH_IS_HOME,
g_ConfigFileLocationChoice == 0 ); g_ConfigFileLocationChoice == 0 );
......
No preview for this file type
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment