i18n: Sync translation template with current source
(cherry picked from commit 23cf9f3b6f)
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