[Libreoffice-commits] core.git: include/sfx2 sfx2/uiconfig sw/inc
Adolfo Jayme Barrientos (via logerrit)
logerrit at kemper.freedesktop.org
Thu Feb 27 03:11:05 UTC 2020
include/sfx2/strings.hrc | 2 +-
sfx2/uiconfig/ui/addtargetdialog.ui | 2 +-
sw/inc/strings.hrc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 64cfe0c8ae0d69981f381255acbabfe38ac61fb5
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
AuthorDate: Wed Feb 26 11:02:53 2020 -0600
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Thu Feb 27 04:10:31 2020 +0100
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 at ubuntu.com>
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")
diff --git a/sfx2/uiconfig/ui/addtargetdialog.ui b/sfx2/uiconfig/ui/addtargetdialog.ui
index 7163543f0a4a..29ae1ab82e71 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 93df4d272220..2ee432213851 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
More information about the Libreoffice-commits
mailing list