Related: tdf#128191 tdf#130862 Use whole words in lieu of clippings in UI strings

Change-Id: I5db72d13291073fc5cb42d12dc3fadf6fd9adaf1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89587
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
diff --git a/include/sfx2/strings.hrc b/include/sfx2/strings.hrc
index b024656..5d7f6d7e 100644
--- a/include/sfx2/strings.hrc
+++ b/include/sfx2/strings.hrc
@@ -184,7 +184,7 @@

// Translators: Target types in Auto-redaction dialog
#define STR_REDACTION_TARGET_TYPE_TEXT          NC_("STR_REDACTION_TARGET_TYPE_TEXT", "Text")
#define STR_REDACTION_TARGET_TYPE_REGEX         NC_("STR_REDACTION_TARGET_TYPE_REGEX", "Regex")
#define STR_REDACTION_TARGET_TYPE_REGEX         NC_("STR_REDACTION_TARGET_TYPE_REGEX", "Regular expression")
#define STR_REDACTION_TARGET_TYPE_PREDEF        NC_("STR_REDACTION_TARGET_TYPE_PREDEF", "Predefined")
#define STR_REDACTION_TARGET_TYPE_UNKNOWN       NC_("STR_REDACTION_TARGET_TYPE_UNKNOWN", "Unknown")

diff --git a/sfx2/uiconfig/ui/addtargetdialog.ui b/sfx2/uiconfig/ui/addtargetdialog.ui
index 7163543..29ae1ab 100644
--- a/sfx2/uiconfig/ui/addtargetdialog.ui
+++ b/sfx2/uiconfig/ui/addtargetdialog.ui
@@ -164,7 +164,7 @@
                <property name="active">0</property>
                <items>
                  <item id="text" translatable="yes" context="addtargetdialog|type">Text</item>
                  <item id="regex" translatable="yes" context="addtargetdialog|type">Regex</item>
                  <item id="regex" translatable="yes" context="addtargetdialog|type">Regular expression</item>
                  <item id="predefined" translatable="yes" context="addtargetdialog|type">Predefined</item>
                </items>
                <accessibility>
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index 93df4d2..2ee4322 100644
--- a/sw/inc/strings.hrc
+++ b/sw/inc/strings.hrc
@@ -394,7 +394,7 @@
#define RID_STR_SYSTEM                          NC_("RID_STR_SYSTEM", "[System]")
#define STR_MULT_INTERACT_HYPH_WARN             NC_("STR_MULT_INTERACT_HYPH_WARN", "The interactive hyphenation is already active\nin a different document")
#define STR_HYPH_TITLE                          NC_("STR_HYPH_TITLE", "Hyphenation")
#define STR_HYPH_MISSING                        NC_("STR_HYPH_MISSING", "Missing hyphenation info")
#define STR_HYPH_MISSING                        NC_("STR_HYPH_MISSING", "Missing hyphenation data")
#define STR_HYPH_MISSING_DETAIL                 NC_("STR_HYPH_MISSING", "Please install the hyphenation package for locale “%1”.")

// Undo