Reworded "Shape Gallery" menu and dialog title

This commit is contained in:
Vojtech Bubnik 2021-10-07 15:40:28 +02:00
parent 5de143f04f
commit 7b0d90f489
2 changed files with 2 additions and 2 deletions

View file

@ -1400,7 +1400,7 @@ void MainFrame::init_menubar_as_editor()
}
windowMenu->AppendSeparator();
append_menu_item(windowMenu, wxID_ANY, _L("Modify Shapes Gallery"), _L("Open the dialog to modify shapes gallery"),
append_menu_item(windowMenu, wxID_ANY, _L("Shape Gallery"), _L("Open the dialog to modify shape gallery"),
[this](wxCommandEvent&) {
GalleryDialog dlg(this, true);
if (dlg.ShowModal() == wxID_OK) {