Remove ellipses and update translations

This commit is contained in:
Lam Wei Lun
2026-09-22 12:39:53 +08:00
parent 824b216f18
commit 5caa3372bc
26 changed files with 10556 additions and 5532 deletions
+3 -3
View File
@@ -3426,7 +3426,7 @@ void MainFrame::init_menubar_as_editor()
"", nullptr, []() { return true; }, this, 1);
parent_menu->AppendSeparator();
append_shortcut_item(
parent_menu, Shortcut::SpeedDial, false, _L("Open speed dial..."), "",
parent_menu, Shortcut::SpeedDial, false, _L("Open speed dial"), "",
[](wxCommandEvent &) { wxGetApp().open_speed_dial(); },
"", nullptr, []() { return true; }, this);
//parent_menu->Insert(1, preference_item);
@@ -3454,7 +3454,7 @@ void MainFrame::init_menubar_as_editor()
top_menu->AppendSeparator();
append_shortcut_item(
top_menu, Shortcut::SpeedDial, false, _L("Open speed dial..."), "",
top_menu, Shortcut::SpeedDial, false, _L("Open speed dial"), "",
[](wxCommandEvent &) { wxGetApp().open_speed_dial(); },
"", nullptr, []() { return true; }, this);
top_menu->AppendSeparator();
@@ -3561,7 +3561,7 @@ void MainFrame::init_menubar_as_editor()
// On Mac, the Apple menu ignores non-standard custom items, so add Preset Bundle to the File menu
fileMenu->AppendSeparator();
append_shortcut_item(
fileMenu, Shortcut::SpeedDial, false, _L("Open speed dial..."), "",
fileMenu, Shortcut::SpeedDial, false, _L("Open speed dial"), "",
[](wxCommandEvent&) { wxGetApp().open_speed_dial(); },
"", nullptr, []() { return true; }, this);
append_menu_item(