Skip to content

Commit

Permalink
Merge pull request #7 from fdb/font-import-typo
Browse files Browse the repository at this point in the history
Fix typo in font import plugin.
  • Loading branch information
okamstudio committed Feb 13, 2014
2 parents ca60bae + df43d71 commit 4ff524b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/editor/io_plugins/editor_font_import_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 4ff524b

Please sign in to comment.