feature update the translation.

This commit is contained in:
alves
2026-01-23 10:22:17 +08:00
parent f6e3bc8640
commit 311de0b1c3
2 changed files with 11 additions and 2 deletions

View File

@@ -2264,7 +2264,7 @@ static wxMenu* generate_help_menu()
"", nullptr, []() { return true; });
append_menu_item(
helpMenu, wxID_ANY, _L("Check for Web ResourceUpdates"), _L("Check for Web ResourceUpdates"),
helpMenu, wxID_ANY, _L("Check for Web Resource Updates"), _L("Check for Web Resource Updates"),
[](wxCommandEvent&) {
wxGetApp().check_web_version();
},