diff options
| author | Luke Picciau | 2015-01-14 12:02:55 +1030 |
|---|---|---|
| committer | Luke Picciau | 2015-01-14 12:02:55 +1030 |
| commit | b734c838db53dd97e64d2919f49477bfc1023062 (patch) | |
| tree | df05cc51e287e0927c58f685b0f4b272d3324507 | |
| parent | 6deec0c0c2bd64d10da1e4da9dec3fb4a88242dc (diff) | |
| download | godot-b734c838db53dd97e64d2919f49477bfc1023062.tar.gz godot-b734c838db53dd97e64d2919f49477bfc1023062.tar.zst godot-b734c838db53dd97e64d2919f49477bfc1023062.zip | |
Fixed typo in message
| -rw-r--r-- | tools/editor/io_plugins/editor_font_import_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/io_plugins/editor_font_import_plugin.cpp b/tools/editor/io_plugins/editor_font_import_plugin.cpp index 4b3e05290..6ba5dc01f 100644 --- a/tools/editor/io_plugins/editor_font_import_plugin.cpp +++ b/tools/editor/io_plugins/editor_font_import_plugin.cpp @@ -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; } |
