1
0
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:
Rémi Verschelde
2019-04-25 14:03:22 +02:00
parent 348270df38
commit 23cf9f3b6f
59 changed files with 8218 additions and 2873 deletions

View File

@@ -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);