summaryrefslogtreecommitdiff
path: root/sw/inc/strings.hrc
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2017-09-23 14:50:50 -0400
committerAshod Nakashian <ashnakash@gmail.com>2017-09-26 13:56:09 +0200
commit54675b2a44c99d0956c899661bcad9813e6303f5 (patch)
tree8c1a9cf2822b5ce9625ac370f93cbc9094a93ddc /sw/inc/strings.hrc
parentee5454c0504d72d387c37642df5d80ca4b60d0a9 (diff)
sw: refactor updating paragraph signature
Change-Id: If86e4b1664f88c9e51ab4ac2d819f8726991fa98 Reviewed-on: https://gerrit.libreoffice.org/42736 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'sw/inc/strings.hrc')
-rw-r--r--sw/inc/strings.hrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index 915c0bab463b..75f64148a4e5 100644
--- a/sw/inc/strings.hrc
+++ b/sw/inc/strings.hrc
@@ -1340,8 +1340,9 @@
/*--------------------------------------------------------------------
Description: Paragraph Signature
--------------------------------------------------------------------*/
-#define STR_VALID NC_("STR_VALID", "Valid")
+#define STR_VALID NC_("STR_VALID", " Valid ")
#define STR_INVALID NC_("STR_INVALID", "Invalid")
+#define STR_INVALID_SIGNATURE NC_("STR_INVALID_SIGNATURE", "Invalid Signature")
#define STR_SIGNED_BY NC_("STR_SIGNED_BY", "Signed-by")
#define STR_PARAGRAPH_SIGNATURE NC_("STR_PARAGRAPH_SIGNATURE", "Paragraph Signature")