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

Added 3 more translatable strings

and fixed russian localization based on user feedback.

Added strings already contained in the current version of the
localization.
This commit is contained in:
DimOkGamer
2016-06-01 14:32:20 +03:00
parent f2efa22c96
commit f7d0110cdf
4 changed files with 61 additions and 61 deletions

View File

@@ -3441,7 +3441,7 @@ CanvasItemEditor::CanvasItemEditor(EditorNode *p_editor) {
animation_hb->add_child(key_insert_button);
animation_menu = memnew( MenuButton );
animation_menu->set_text("Animation");
animation_menu->set_text(TTR("Animation"));
animation_hb->add_child(animation_menu);
animation_menu->get_popup()->connect("item_pressed", this,"_popup_callback");