[Libreoffice-commits] core.git: include/svx
Matthias Seidel (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 18 05:51:14 UTC 2019
include/svx/strings.hrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ba443157b125f1550032ffbb5a57aed835f3e334
Author: Matthias Seidel <mseidel at apache.org>
AuthorDate: Thu Jul 18 00:48:52 2019 -0500
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Thu Jul 18 00:48:52 2019 -0500
Fix the awkward grammar of a translatable string
(cherry picked from commit e8d5f4b7d65f1e0d1d161a36f3c9b9c5866d009a)
Change-Id: I4d3a55b2d161ad23ccf6c68c0af17f1f99ebea43
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.")
More information about the Libreoffice-commits
mailing list