From ceae11ee290debf84ab06494df1c7a88e0c0e65d Mon Sep 17 00:00:00 2001 From: DimOkGamer Date: Tue, 7 Jun 2016 22:48:16 +0300 Subject: Fixed localization in file dialogs and two more lines. 2 fixes in ru.po. --- tools/editor/editor_node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/editor/editor_node.cpp') diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp index 01a6e3514..5a672a330 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; } -- cgit v1.2.3-70-g09d2