You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
i18n: Sync translation template with current source
This commit is contained in:
@@ -5021,7 +5021,7 @@ AnimationTrackEditor::AnimationTrackEditor() {
|
||||
bottom_hb->add_child(memnew(VSeparator));
|
||||
|
||||
snap = memnew(ToolButton);
|
||||
snap->set_text(TTR("Snap: "));
|
||||
snap->set_text(TTR("Snap:") + " ");
|
||||
bottom_hb->add_child(snap);
|
||||
snap->set_disabled(true);
|
||||
snap->set_toggle_mode(true);
|
||||
|
||||
Reference in New Issue
Block a user