You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Improvements and fixes based on Weblate comments
* Description of `ui_text_submit` action should be "Submit Text" instead of "Text Submitted".
* Spell out "Animation" instead of using "Anim.".
* Treat "Max" as regular word instead of writing "Max.".
* Use generic "Set %s" for action name instead of a dedicated "Set target_position".
* Add translator comment for:
* "Inclusive" and "Self" in the profiler.
* Places where it needs the context about being an editor progress label.
* "Duplicated Animation Name" since it's refering to the new name of a duplicated animation.
* Disambiguation of "View Plane Transform", "Paste Selects" and "Display Normal".
* Fix wrong undo action name for renaming an input action.
* Fix missing end quote in a shader error message.
* In class reference:
* Fix duplicated "if" in the description of `signf()`.
* Fix mismatched example output in `String.operator %()`.
* Fix typo in the description of `Decal.texture_emission`.
* Unify description of `String.match()` and `StringName.match()`.
This commit is contained in:
@@ -1134,6 +1134,7 @@ void AnimationPlayerEditor::_animation_duplicate() {
|
||||
|
||||
name_dialog_op = TOOL_DUPLICATE_ANIM;
|
||||
name_dialog->set_title(TTR("Duplicate Animation"));
|
||||
// TRANSLATORS: This is a label for the new name field in the "Duplicate Animation" dialog.
|
||||
name_title->set_text(TTR("Duplicated Animation Name:"));
|
||||
name->set_text(new_name);
|
||||
name_dialog->popup_centered(Size2(300, 90));
|
||||
|
||||
Reference in New Issue
Block a user