diff options
author | Werner Koch <wk@gnupg.org> | 2005-11-23 13:38:38 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2005-11-23 13:38:38 +0100 |
commit | 000a38ccf22f318c885cae45ffb17c1f05cf60e9 (patch) | |
tree | 5b2604df75e74d85b1a1e0d9126a5190ebabe53e /sm/qualified.c | |
parent | Print a note that the software has not been approved for qualified signatures. (diff) | |
download | gnupg2-000a38ccf22f318c885cae45ffb17c1f05cf60e9.tar.xz gnupg2-000a38ccf22f318c885cae45ffb17c1f05cf60e9.zip |
Add translations
Diffstat (limited to '')
-rw-r--r-- | sm/qualified.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/qualified.c b/sm/qualified.c index 4a2b6587f..804b6c41e 100644 --- a/sm/qualified.c +++ b/sm/qualified.c @@ -221,8 +221,8 @@ gpgsm_qualified_consent (ctrl_t ctrl, ksba_cert_t cert) subject? subject:"?", opt.qualsig_approval? "": - "Note that this software is not officially approved " - "to create or verify such signatures.\n", + _("Note, that this software is not officially approved " + "to create or verify such signatures.\n"), opt.qualsig_approval? "":"\n" ) < 0 ) err = gpg_error_from_errno (errno); |