Skip to content

Commit 4ff524b

Browse files
author
okamstudio
committed
Merge pull request godotengine#7 from fdb/font-import-typo
Fix typo in font import plugin.
2 parents ca60bae + df43d71 commit 4ff524b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/editor/io_plugins/editor_font_import_plugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ class EditorFontImportDialog : public ConfirmationDialog {
439439
}
440440

441441
if (dest->get_line_edit()->get_text()=="") {
442-
error_dialog->set_text("No tatget font resource!");
442+
error_dialog->set_text("No target font resource!");
443443
error_dialog->popup_centered(Size2(200,100));
444444
return;
445445
}

0 commit comments

Comments
 (0)