summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Seidel <mseidel@apache.org>2019-07-18 00:48:52 -0500
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2019-07-18 00:48:52 -0500
commitba443157b125f1550032ffbb5a57aed835f3e334 (patch)
tree9b167258f004f558f11b4ae8bd0217335a8637cd
parent3148b506a5a8d333deac35ab59016c3ce420d26c (diff)
Fix the awkward grammar of a translatable string
(cherry picked from commit e8d5f4b7d65f1e0d1d161a36f3c9b9c5866d009a) Change-Id: I4d3a55b2d161ad23ccf6c68c0af17f1f99ebea43
-rw-r--r--include/svx/strings.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc
index 351da5886e29..6690d18a2b48 100644
--- a/include/svx/strings.hrc
+++ b/include/svx/strings.hrc
@@ -1231,7 +1231,7 @@
#define RID_SVXSTR_INSERT_TEXT NC_("RID_SVXSTR_INSERT_TEXT", "Insert")
#define RID_SVXSTR_XMLSEC_SIG_OK NC_("RID_SVXSTR_XMLSEC_SIG_OK", "Digital Signature: The document signature is OK.")
#define RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY NC_("RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY", "Digital Signature: The document signature is OK, but the certificates could not be validated.")
-#define RID_SVXSTR_XMLSEC_SIG_NOT_OK NC_("RID_SVXSTR_XMLSEC_SIG_NOT_OK", "Digital Signature: The document signature does not match the document content. We strongly recommend you to do not trust this document.")
+#define RID_SVXSTR_XMLSEC_SIG_NOT_OK NC_("RID_SVXSTR_XMLSEC_SIG_NOT_OK", "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document.")
#define RID_SVXSTR_XMLSEC_NO_SIG NC_("RID_SVXSTR_XMLSEC_NO_SIG", "Digital Signature: The document is not signed.")
#define RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG NC_("RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG", "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed.")
#define RID_SVXSTR_DOC_MODIFIED_YES NC_("RID_SVXSTR_DOC_MODIFIED_YES", "The document has been modified. Click to save the document.")