Ver Fonte

Fix typo in font import plugin.

Frederik De Bleser há 11 anos atrás
pai
commit
df43d71f19
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tools/editor/io_plugins/editor_font_import_plugin.cpp

+ 1 - 1
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;
 		}