Grammar and spelling fixes on GUI strings (#12410)
This commit is contained in:
committed by
GitHub
parent
3c65128bf6
commit
4d0c662a62
@@ -303,7 +303,7 @@ bool CalibrationWizard::save_preset_with_index(const std::string &old_preset_nam
|
||||
PresetCollection *filament_presets = &wxGetApp().preset_bundle->filaments;
|
||||
Preset *preset = filament_presets->find_preset(old_preset_name);
|
||||
if (!preset) {
|
||||
message = wxString::Format(_L("The selected preset: %s is not found."), old_preset_name);
|
||||
message = wxString::Format(_L("The selected preset: %s was not found."), old_preset_name);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user