Fixed typo in message
This commit is contained in:
parent
6deec0c0c2
commit
b734c838db
@ -491,7 +491,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
Block a user