Added more translatable strings in code. Updated template tools.pot.

also improved Russian localization.
This commit is contained in:
DimOkGamer
2016-05-30 21:47:53 +03:00
parent 405094c167
commit 0fc4f1bcf4
8 changed files with 212 additions and 78 deletions

View File

@ -2723,7 +2723,7 @@ void EditorNode::_menu_option_confirm(int p_option,bool p_confirmed) {
if (!p_confirmed) {
confirmation->get_ok()->set_text(TTR("Yes"));
confirmation->set_text("Open Project Manager? \n(Unsaved changes will be lost)");
confirmation->set_text(TTR("Open Project Manager? \n(Unsaved changes will be lost)"));
confirmation->popup_centered_minsize();
break;
}