mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Add translation markers on more unstranslated strings (#9134)
This commit is contained in:
committed by
GitHub
parent
d37f1b6a81
commit
7d72db562f
@@ -3572,8 +3572,8 @@ std::string ExportConfigsDialog::initial_file_name(const wxString &path, const s
|
||||
}
|
||||
catch(...) {
|
||||
MessageDialog dlg(this,
|
||||
_L(wxString::Format("The file: %s \nmay have been opened by another program. \nPlease close it and try again.",
|
||||
encode_path(printer_export_path.string().c_str()))),
|
||||
wxString::Format(_L("The file: %s \nmay have been opened by another program. \nPlease close it and try again."),
|
||||
encode_path(printer_export_path.string().c_str())),
|
||||
wxString(SLIC3R_APP_FULL_NAME) + " - " + _L("Info"), wxYES | wxYES_DEFAULT | wxCENTRE);
|
||||
dlg.ShowModal();
|
||||
return "initial_failed";
|
||||
|
||||
Reference in New Issue
Block a user