aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/io_plugins
diff options
context:
space:
mode:
authorRémi Verschelde2016-06-20 07:56:47 +0200
committerRémi Verschelde2016-06-20 08:08:23 +0200
commit17f706594412194bceb5209dfed0e54ea5bdd5ac (patch)
treeb5a563227d478c09fce72609c202b022ce7f1cbe /tools/editor/io_plugins
parent5e816fd8c8e8c97e22f636573667a99ac705e56c (diff)
downloadgodot-17f706594412194bceb5209dfed0e54ea5bdd5ac.tar.gz
godot-17f706594412194bceb5209dfed0e54ea5bdd5ac.tar.zst
godot-17f706594412194bceb5209dfed0e54ea5bdd5ac.zip
i18n: Improve a couple English strings
Diffstat (limited to 'tools/editor/io_plugins')
-rw-r--r--tools/editor/io_plugins/editor_font_import_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/io_plugins/editor_font_import_plugin.cpp b/tools/editor/io_plugins/editor_font_import_plugin.cpp
index caa838cfd..97ccb766c 100644
--- a/tools/editor/io_plugins/editor_font_import_plugin.cpp
+++ b/tools/editor/io_plugins/editor_font_import_plugin.cpp
@@ -533,7 +533,7 @@ class EditorFontImportDialog : public ConfirmationDialog {
}
if (dest->get_line_edit()->get_text().extension().to_lower() != "fnt") {
- error_dialog->set_text(TTR("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;
}