mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 10:47:16 +00:00
Update strings for keyboard shortcuts (#10399)
* Update strings for keyboard shortcuts
This commit is contained in:
committed by
GitHub
parent
0eef794824
commit
914425e526
@@ -357,7 +357,7 @@ bool GLGizmoAdvancedCut::on_init()
|
||||
// initiate info shortcuts
|
||||
const wxString ctrl = GUI::shortkey_ctrl_prefix();
|
||||
const wxString alt = GUI::shortkey_alt_prefix();
|
||||
const wxString shift = "Shift+";
|
||||
const wxString shift = _L("Shift+");
|
||||
|
||||
m_shortcuts.push_back(std::make_pair(_L("Left click"), _L("Add connector")));
|
||||
m_shortcuts.push_back(std::make_pair(_L("Right click"), _L("Remove connector")));
|
||||
|
||||
Reference in New Issue
Block a user