From 56748da971fd10f942e43a7c6a8716891345f5de Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas Date: Sat, 17 Sep 2022 00:25:43 +0300 Subject: [PATCH] Update GradientEdit hint tooltip string --- Translations/Translations.pot | 2 +- src/UI/Nodes/GradientEdit.tscn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"