1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Fixed localization in file dialogs

and two more lines.
2 fixes in ru.po.
This commit is contained in:
DimOkGamer
2016-06-07 22:48:16 +03:00
parent ce328ce99b
commit ceae11ee29
5 changed files with 24 additions and 24 deletions

View File

@@ -174,7 +174,7 @@ EditorLog::EditorLog() {
HBoxContainer *hb = memnew( HBoxContainer );
vb->add_child(hb);
title = memnew( Label );
title->set_text(" Output:");
title->set_text(TTR(" Output:"));
title->set_h_size_flags(SIZE_EXPAND_FILL);
hb->add_child(title);