diff --git a/Translations/Translations.pot b/Translations/Translations.pot index 3fea2bc2a..f62db50c5 100644 --- a/Translations/Translations.pot +++ b/Translations/Translations.pot @@ -2430,7 +2430,12 @@ msgstr "" msgid "Move the selected frame to the right." msgstr "" -msgid "Frame duration" +#. Refers to the duration of the frame. Found in the frame properties. +msgid "Frame duration:" +msgstr "" + +#. Refers to custom user defined data for projects, frames, cels, tags and layers, found in their respective properties. +msgid "User data:" msgstr "" msgid "Duration" diff --git a/src/UI/Timeline/CelProperties.tscn b/src/UI/Timeline/CelProperties.tscn index b8eac8d41..716331462 100644 --- a/src/UI/Timeline/CelProperties.tscn +++ b/src/UI/Timeline/CelProperties.tscn @@ -78,6 +78,7 @@ script = ExtResource("1_85pb7") [node name="UserDataLabel" type="Label" parent="GridContainer"] layout_mode = 2 +size_flags_vertical = 0 text = "User data:" [node name="UserDataTextEdit" type="TextEdit" parent="GridContainer"] diff --git a/src/UI/Timeline/FrameProperties.tscn b/src/UI/Timeline/FrameProperties.tscn index ec9abec24..e825485d0 100644 --- a/src/UI/Timeline/FrameProperties.tscn +++ b/src/UI/Timeline/FrameProperties.tscn @@ -26,7 +26,7 @@ text = "1" [node name="FrameDuration" type="Label" parent="GridContainer"] layout_mode = 2 -text = "Frame duration" +text = "Frame duration:" [node name="FrameTime" type="SpinBox" parent="GridContainer"] layout_mode = 2 @@ -40,6 +40,7 @@ suffix = "x" [node name="UserDataLabel" type="Label" parent="GridContainer"] layout_mode = 2 +size_flags_vertical = 0 text = "User data:" [node name="UserDataTextEdit" type="TextEdit" parent="GridContainer"] diff --git a/src/UI/Timeline/FrameTagDialog.tscn b/src/UI/Timeline/FrameTagDialog.tscn index e9f8d4d15..cb4811da9 100644 --- a/src/UI/Timeline/FrameTagDialog.tscn +++ b/src/UI/Timeline/FrameTagDialog.tscn @@ -126,6 +126,7 @@ allow_greater = true [node name="UserDataLabel" type="Label" parent="TagOptions/GridContainer"] layout_mode = 2 +size_flags_vertical = 0 text = "User data:" [node name="UserDataTextEdit" type="TextEdit" parent="TagOptions/GridContainer"]