Fixed typo in message
This commit is contained in:
parent
6deec0c0c2
commit
b734c838db
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue