Fix plurals on some GUI strings (#12681)

# Description
Some terms were singular and should be plural, and vice-versa.
This commit is contained in:
SoftFever
2026-03-16 14:53:51 +08:00
committed by GitHub
26 changed files with 284 additions and 175 deletions

View File

@@ -2485,7 +2485,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, []() {