Fix: MultiLanguage (#76)

This commit is contained in:
xiaoyeliu
2025-12-20 10:35:56 +08:00
committed by GitHub
parent 0e18f68f4c
commit d2a991751a
5 changed files with 77 additions and 4 deletions

View File

@@ -1745,7 +1745,7 @@ void PresetUpdater::import_flutter_web()
wxString message;
if (!outdated_presets.empty()) {
message = _L("The following profiles could not be imported due to outdated versions.") + "\n";
message = _L("This web resouce could not be imported due to outdated versions.") + "\n";
for (const auto& preset : outdated_presets) {
message += "" + preset + "\n";
}