[Pkg-gnupg-commit] [gnupg2] 98/241: gpg: Make translation easier.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Dec 9 20:32:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit 62b8cd5495dcac9a0f8a3d88c7bd4cd80997fd3f
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Nov 3 20:44:14 2015 +0100

    gpg: Make translation easier.
    
    * g10/import.c (import_secret_one): Split info string for easier
    translation.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>
---
 g10/import.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/g10/import.c b/g10/import.c
index 82ccfa7..0847a9a 100644
--- a/g10/import.c
+++ b/g10/import.c
@@ -1771,7 +1771,7 @@ import_secret_one (ctrl_t ctrl, const char *fname, kbnode_t keyblock,
               err = transfer_secret_keys (ctrl, stats, keyblock, batch);
               if (gpg_err_code (err) == GPG_ERR_NOT_PROCESSED)
                 {
-                  /* TRANSLATORS: For smarcard, each private key on
+                  /* TRANSLATORS: For smartcard, each private key on
                      host has a reference (stub) to a smartcard and
                      actual private key data is stored on the card.  A
                      single smartcard can have up to three private key
@@ -1781,8 +1781,8 @@ import_secret_one (ctrl_t ctrl, const char *fname, kbnode_t keyblock,
                      suggested to run 'gpg --card-status', then,
                      references to a card will be automatically
                      created again.  */
-                  log_info (_("To migrate secring.gpg, with each smartcard, run:"
-                              "gpg --card-status"));
+                  log_info (_("To migrate '%s', with each smartcard, "
+                              "run: %s\n"), "secring.gpg", "gpg --card-status");
                   err = 0;
                 }
               if (!err)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list