Skip to content

Commit

Permalink
Fix typo in font import plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdb committed Feb 10, 2014
1 parent 56bf3d0 commit df43d71
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 df43d71

Please sign in to comment.