Fix plurals on some GUI strings

This commit is contained in:
Alexandre Folle de Menezes
2026-03-08 12:37:28 -03:00
parent d6761fedc6
commit da3c4b50c9
26 changed files with 284 additions and 175 deletions

View File

@@ -2488,7 +2488,7 @@ static wxMenu* generate_help_menu()
// //TODO
// });
// Check New Version
append_menu_item(helpMenu, wxID_ANY, _L("Check for Update"), _L("Check for Update"),
append_menu_item(helpMenu, wxID_ANY, _L("Check for Updates"), _L("Check for Updates"),
[](wxCommandEvent&) {
wxGetApp().check_new_version_sf(true, 1);
}, "", nullptr, []() {