aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/animation_player_editor_plugin.cpp
diff options
context:
space:
mode:
authorHugo Locurcio2018-04-22 19:36:01 +0200
committerMax Hilbrunner2018-04-22 19:36:01 +0200
commit1c419531a009f48aa074f9b5f93b98d387c33723 (patch)
tree6beff4f51161e61e22b70266b5e0385496e35b6b /editor/plugins/animation_player_editor_plugin.cpp
parentca25f1e6eae9ffd498ddba05f94e341827269fea (diff)
downloadgodot-1c419531a009f48aa074f9b5f93b98d387c33723.tar.gz
godot-1c419531a009f48aa074f9b5f93b98d387c33723.tar.zst
godot-1c419531a009f48aa074f9b5f93b98d387c33723.zip
Diffstat (limited to 'editor/plugins/animation_player_editor_plugin.cpp')
-rw-r--r--editor/plugins/animation_player_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/animation_player_editor_plugin.cpp b/editor/plugins/animation_player_editor_plugin.cpp
index 7612f18af..281c9028f 100644
--- a/editor/plugins/animation_player_editor_plugin.cpp
+++ b/editor/plugins/animation_player_editor_plugin.cpp
@@ -440,7 +440,7 @@ void AnimationPlayerEditor::_animation_save_as(const Ref<Resource> &p_resource)
file->set_current_path(existing);
}
file->popup_centered_ratio();
- file->set_title(TTR("Save Resource As.."));
+ file->set_title(TTR("Save Resource As..."));
current_option = RESOURCE_SAVE;
}