diff options
| author | geequlim | 2017-12-23 22:40:15 +0800 |
|---|---|---|
| committer | geequlim | 2017-12-23 22:40:15 +0800 |
| commit | 52ad2e5418fc132a9534d9ef715259202a6acc08 (patch) | |
| tree | 709201680f2629485fac9f92901962acbd814971 /editor/plugins/sprite_frames_editor_plugin.cpp | |
| parent | 59ec417e4a3f61896acb5873efd115518e83e356 (diff) | |
| download | godot-52ad2e5418fc132a9534d9ef715259202a6acc08.tar.gz godot-52ad2e5418fc132a9534d9ef715259202a6acc08.tar.zst godot-52ad2e5418fc132a9534d9ef715259202a6acc08.zip | |
Add more translatable text for editor plugins.
Diffstat (limited to '')
| -rw-r--r-- | editor/plugins/sprite_frames_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/sprite_frames_editor_plugin.cpp b/editor/plugins/sprite_frames_editor_plugin.cpp index 175655119..71c81f711 100644 --- a/editor/plugins/sprite_frames_editor_plugin.cpp +++ b/editor/plugins/sprite_frames_editor_plugin.cpp @@ -840,7 +840,7 @@ SpriteFramesEditorPlugin::SpriteFramesEditorPlugin(EditorNode *p_node) { editor = p_node; frames_editor = memnew(SpriteFramesEditor); frames_editor->set_custom_minimum_size(Size2(0, 300) * EDSCALE); - button = editor->add_bottom_panel_item("SpriteFrames", frames_editor); + button = editor->add_bottom_panel_item(TTR("SpriteFrames"), frames_editor); button->hide(); } |
