summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2014-02-13 18:06:53 -0300
committerJuan Linietsky <reduzio@gmail.com>2014-02-13 18:06:53 -0300
commitb607687a3182ef2fa9955d71abe86b31bdc1f99f (patch)
tree388b6fa3c4ee2a38114208d8f8faab751ae23361 /tools
parent58cda02a389759d18176216c06f375d364cefef1 (diff)
parent4ff524b5c9227d0eeae2a8d9761add7465c03710 (diff)
Merge branch 'master' of https://github.com/okamstudio/godot
Diffstat (limited to 'tools')
-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;
}