kicad/pagelayout_editor
Ian McInerney 3d47eb0d49 Fix localization of the menu strings with accelerator strings
The accelerator strings really shouldn't be part of the translation,
and some translations have cause the accelerator keys to be incorrectly
handled. It is simpler to make it separate and just join them to the
translated string.

Make all accelerator modifiers use lowercased Ctrl instead of CTRL
to be the same as the other modifiers.

Fixes https://gitlab.com/kicad/code/kicad/issues/5992
2020-11-04 01:31:52 +00:00
..
dialogs Eeschema: add schematic sheet page number. 2020-10-19 14:05:45 -04:00
tools Add missing icon in menu, and fix them in other menus 2020-10-25 14:51:08 +01:00
CMakeLists.txt Undo for schematic-wide operations. 2020-07-13 12:32:17 +01:00
design_inspector.cpp Remove eda_item and gr_basic from eda_text.h 2020-10-13 22:46:39 -04:00
design_inspector.h Untangle pl_editor includes 2020-10-13 20:33:33 -04:00
files.cpp Remove GetChars(), a wxWidgets 2.9 compatibility hack 2020-10-15 20:53:25 -04:00
invoke_pl_editor_dialog.h Use consistent PageLayout data structure names. 2019-05-27 11:55:58 +01:00
menubar.cpp Fix localization of the menu strings with accelerator strings 2020-11-04 01:31:52 +00:00
pl_draw_panel_gal.cpp Enable canvas switching in pl_editor 2020-10-31 17:20:12 -04:00
pl_draw_panel_gal.h Untangle pl_editor includes 2020-10-13 20:33:33 -04:00
pl_editor.cpp Untangle pl_editor includes 2020-10-13 20:33:33 -04:00
pl_editor.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
pl_editor.rc Handle Windows manifests ourselves and add dpi awareness option 2020-10-10 19:08:23 +00:00
pl_editor_doc.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
pl_editor_frame.cpp Enable canvas switching in pl_editor 2020-10-31 17:20:12 -04:00
pl_editor_frame.h Untangle pl_editor includes 2020-10-13 20:33:33 -04:00
pl_editor_id.h Move more frames to the new UI condition framework 2020-08-16 19:10:25 +00:00
pl_editor_layout.cpp Remove eda_item and gr_basic from eda_text.h 2020-10-13 22:46:39 -04:00
pl_editor_layout.h Relocate the page_layout includes to a page_layout folder 2020-10-13 20:33:33 -04:00
pl_editor_settings.cpp Untangle pl_editor includes 2020-10-13 20:33:33 -04:00
pl_editor_settings.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
pl_editor_undo_redo.cpp Relocate the page_layout includes to a page_layout folder 2020-10-13 20:33:33 -04:00
properties_frame.cpp Relocate the page_layout includes to a page_layout folder 2020-10-13 20:33:33 -04:00
properties_frame.h Untangle pl_editor includes 2020-10-13 20:33:33 -04:00
toolbars_pl_editor.cpp Move ui functions out of common and into ui_common 2020-10-25 20:01:12 -04:00