You've already forked godot
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user