You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Made .fnt warning translatable
This commit is contained in:
@@ -533,7 +533,7 @@ class EditorFontImportDialog : public ConfirmationDialog {
|
||||
}
|
||||
|
||||
if (dest->get_line_edit()->get_text().extension().to_lower() != "fnt") {
|
||||
error_dialog->set_text("Invalid file extension. \nPlease use .fnt");
|
||||
error_dialog->set_text(TTR("Invalid file extension. \nPlease use .fnt"));
|
||||
error_dialog->popup_centered(Size2(200,100));
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user