mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix typo in font import plugin.
This commit is contained in:
parent
56bf3d0a14
commit
df43d71f19
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ class EditorFontImportDialog : public ConfirmationDialog {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dest->get_line_edit()->get_text()=="") {
|
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));
|
error_dialog->popup_centered(Size2(200,100));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue