diff --git a/Translations/Translations.pot b/Translations/Translations.pot index 1d66dffde..4ca3efd07 100644 --- a/Translations/Translations.pot +++ b/Translations/Translations.pot @@ -694,7 +694,7 @@ msgid "Add point at the end" msgstr "" msgid "If this is enabled, the last point gets added at the end of the gradient.\n" -"Disable this if you wish to convert the gradient to have constant interpolation, so that it will take into account the last color." +"Disable this if you wish to convert the gradient to have constant interpolation, so that the last color will be taken into account." msgstr "" msgid "Linear" diff --git a/src/UI/Nodes/GradientEdit.tscn b/src/UI/Nodes/GradientEdit.tscn index ac6e56bab..4a82145e4 100644 --- a/src/UI/Nodes/GradientEdit.tscn +++ b/src/UI/Nodes/GradientEdit.tscn @@ -109,7 +109,7 @@ margin_top = 28.0 margin_right = 1280.0 margin_bottom = 52.0 hint_tooltip = "If this is enabled, the last point gets added at the end of the gradient. -Disable this if you wish to convert the gradient to have constant interpolation, so that it will take into account the last color." +Disable this if you wish to convert the gradient to have constant interpolation, so that the last color will be taken into account." mouse_default_cursor_shape = 2 text = "Add point at the end"