summaryrefslogtreecommitdiff
path: root/tools/editor
diff options
context:
space:
mode:
authorLuke Picciau <luke.b.picciau@gmail.com>2015-01-14 12:02:55 +1030
committerLuke Picciau <luke.b.picciau@gmail.com>2015-01-14 12:02:55 +1030
commitb734c838db53dd97e64d2919f49477bfc1023062 (patch)
treedf05cc51e287e0927c58f685b0f4b272d3324507 /tools/editor
parent6deec0c0c2bd64d10da1e4da9dec3fb4a88242dc (diff)
Fixed typo in message
Diffstat (limited to 'tools/editor')
-rw-r--r--tools/editor/io_plugins/editor_font_import_plugin.cpp2
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 4b3e052907..6ba5dc01f6 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;
}