Merge pull request #5093 from DimOkGamer/more_translatable_strings

Fixed localization in file dialogs
This commit is contained in:
Juan Linietsky 2016-06-08 07:54:05 -03:00
commit 040c87ea7b
5 changed files with 24 additions and 24 deletions

View file

@ -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;
}