mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-05 09:07:39 +00:00
i18n(fr): fix untranslated UI strings, extract hardcoded ones, complete French catalog (#14164)
This commit is contained in:
@@ -71,7 +71,7 @@ bool AstroBox::test(wxString &msg) const
|
||||
}
|
||||
catch (const std::exception &) {
|
||||
res = false;
|
||||
msg = "Could not parse server response";
|
||||
msg = _L("Could not parse server response.");
|
||||
}
|
||||
})
|
||||
.perform_sync();
|
||||
|
||||
Reference in New Issue
Block a user