Merge pull request #1215 from Qwertie-/PR-GUI
Fixed typo in error message
This commit is contained in:
commit
250188e1aa
|
@ -499,7 +499,7 @@ class EditorFontImportDialog : public ConfirmationDialog {
|
|||
Error err = plugin->import(dest->get_line_edit()->get_text(),rimd);
|
||||
|
||||
if (err!=OK) {
|
||||
error_dialog->set_text("Could't save font.");
|
||||
error_dialog->set_text("Couldn't save font.");
|
||||
error_dialog->popup_centered(Size2(200,100));
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue