You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-05 17:15:09 +00:00
Change ".." punctuation for "..." in editor strings (#16507)
(cherry picked from commit 1c419531a0)
This commit is contained in:
committed by
Rémi Verschelde
parent
e09170dffa
commit
403f7dc35f
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user