mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-26 04:12:07 +00:00
Fix: MultiLanguage (#76)
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user