summaryrefslogtreecommitdiff
path: root/tools/editor/io_plugins
diff options
context:
space:
mode:
authorFrederik De Bleser <frederik@debleser.be>2014-02-10 09:14:06 +0100
committerFrederik De Bleser <frederik@debleser.be>2014-02-10 09:14:06 +0100
commitdf43d71f197d055365b00a8fd937d403e2c3390c (patch)
tree0635f234adefac0f7b8b856ee171d0d2a0e862d7 /tools/editor/io_plugins
parent56bf3d0a149d7245fa92ab42cf54e7ca4cd0fec9 (diff)
Fix typo in font import plugin.
Diffstat (limited to 'tools/editor/io_plugins')
-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 d64a2fd42a..7c38b105fd 100644
--- a/tools/editor/io_plugins/editor_font_import_plugin.cpp
+++ b/tools/editor/io_plugins/editor_font_import_plugin.cpp
@@ -439,7 +439,7 @@ class EditorFontImportDialog : public ConfirmationDialog {
}
if (dest->get_line_edit()->get_text()=="") {
- error_dialog->set_text("No tatget font resource!");
+ error_dialog->set_text("No target font resource!");
error_dialog->popup_centered(Size2(200,100));
return;
}