diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2019-01-07 16:57:52 +0100 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-01-07 16:57:52 +0100 |
| commit | ac8ae09bc30e3a1237834278f837a0cd30d043af (patch) | |
| tree | 1a7bf9179215c82a7622da9befdb77c335f23768 /editor/plugins/animation_blend_space_1d_editor.cpp | |
| parent | d2b17d8d60db51d9ac73032c8064aee3ad5e0c57 (diff) | |
| download | redot-engine-ac8ae09bc30e3a1237834278f837a0cd30d043af.tar.gz | |
i18n: Sync translation template with current source
Misc fixes to source strings.
Diffstat (limited to 'editor/plugins/animation_blend_space_1d_editor.cpp')
| -rw-r--r-- | editor/plugins/animation_blend_space_1d_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/animation_blend_space_1d_editor.cpp b/editor/plugins/animation_blend_space_1d_editor.cpp index 9c5783ff7d..3029ad978a 100644 --- a/editor/plugins/animation_blend_space_1d_editor.cpp +++ b/editor/plugins/animation_blend_space_1d_editor.cpp @@ -94,7 +94,7 @@ void AnimationNodeBlendSpace1DEditor::_blend_space_gui_input(const Ref<InputEven menu->add_item(TTR("Paste"), MENU_PASTE); } menu->add_separator(); - menu->add_item(TTR("Load.."), MENU_LOAD_FILE); + menu->add_item(TTR("Load..."), MENU_LOAD_FILE); menu->set_global_position(blend_space_draw->get_global_transform().xform(mb->get_position())); menu->popup(); |
