summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-02-26 11:02:53 -0600
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-02-27 04:10:31 +0100
commit64cfe0c8ae0d69981f381255acbabfe38ac61fb5 (patch)
tree8cd7ecfd88fb9c14cab9d0086d0fcf504aabe6fb /include
parentfbb886df747d8cf300ea7e7ee58569173cc6a0d8 (diff)
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>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/strings.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/strings.hrc b/include/sfx2/strings.hrc
index b024656b4bb6..5d7f6d7e9ab7 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")