aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2016-06-08 07:54:05 -0300
committerJuan Linietsky2016-06-08 07:54:05 -0300
commit040c87ea7b81c8235435626bca02f1046b059c1b (patch)
tree837b28e247c30e4732501e98cba433183b6272cd /tools/editor/editor_node.cpp
parent732e5be3fff2883feb4f1434bec953f936e7c9e7 (diff)
parent9c762fef0fb8c4af6cd2b3fb97525114b2d35d27 (diff)
downloadgodot-040c87ea7b81c8235435626bca02f1046b059c1b.tar.gz
godot-040c87ea7b81c8235435626bca02f1046b059c1b.tar.zst
godot-040c87ea7b81c8235435626bca02f1046b059c1b.zip
Merge pull request #5093 from DimOkGamer/more_translatable_strings
Fixed localization in file dialogs
Diffstat (limited to 'tools/editor/editor_node.cpp')
-rw-r--r--tools/editor/editor_node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp
index cc5a44a65..8dd579b06 100644
--- a/tools/editor/editor_node.cpp
+++ b/tools/editor/editor_node.cpp
@@ -1937,7 +1937,7 @@ void EditorNode::_run(bool p_current,const String& p_custom) {
current_option=-1;
//accept->get_cancel()->hide();
accept->get_ok()->set_text(TTR("I see.."));
- accept->set_text("No main scene has ever been defined.\nSelect one from \"Project Settings\" under the 'application' category.");
+ accept->set_text(TTR("No main scene has ever been defined.\nSelect one from \"Project Settings\" under the 'application' category."));
accept->popup_centered_minsize();
return;
}