From bd68f3d20b250a5c3b837246e8bcaec74e6442fc Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:08:29 +0300 Subject: [PATCH] [skip ci] Add some strings to Translations.pot --- Translations/Translations.pot | 8 ++++++++ src/UI/Dialogs/ExportDialog.tscn | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Translations/Translations.pot b/Translations/Translations.pot index bc216a89c..c1e88df21 100644 --- a/Translations/Translations.pot +++ b/Translations/Translations.pot @@ -2685,6 +2685,14 @@ msgstr "" msgid "Trims the exported images to their visible portion, considering each pixel with a non-zero alpha channel as visible." msgstr "" +#. Found in the export dialog. It is an option that allows users to only export the portions of the images that are within the selected area. +msgid "Clip image content to selection" +msgstr "" + +#. Found in the export dialog. Tooltip of the "clip image content to selection" option. +msgid "Only export content that is within the bounds of a selected area." +msgstr "" + msgid "Close" msgstr "" diff --git a/src/UI/Dialogs/ExportDialog.tscn b/src/UI/Dialogs/ExportDialog.tscn index 2e2457cf3..f81fb8c87 100644 --- a/src/UI/Dialogs/ExportDialog.tscn +++ b/src/UI/Dialogs/ExportDialog.tscn @@ -326,7 +326,7 @@ text = "Trim images" [node name="ClipSelection" type="CheckBox" parent="VBoxContainer/VSplitContainer/VBoxContainer/AdvancedOptions/GridContainer" groups=["ExportImageOptions"]] layout_mode = 2 -tooltip_text = "Only shows content that is within the bounds of a selected area." +tooltip_text = "Only export content that is within the bounds of a selected area." mouse_default_cursor_shape = 2 text = "Clip image content to selection"