[libcryptui] Fix translator comments



commit 66ffaa8f2223fad4d0239f723c2440a566aef23b
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat Jan 28 01:22:06 2017 +0100

    Fix translator comments
    
    They need to be exactly one line above a string to show up in .po files.

 daemon/seahorse-service-crypto.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/daemon/seahorse-service-crypto.c b/daemon/seahorse-service-crypto.c
index f5c70bc..f89ef80 100644
--- a/daemon/seahorse-service-crypto.c
+++ b/daemon/seahorse-service-crypto.c
@@ -203,15 +203,15 @@ notify_signatures (const gchar* data, gpgme_verify_result_t status)
                icon = ICON_PREFIX "seahorse-sign-bad.png";
                sig = TRUE;
                break;
-               /* TRANSLATORS: <key id='xxx'> is a custom markup tag, do not translate. */
        case GPG_ERR_SIG_EXPIRED:
+               /* TRANSLATORS: <key id='xxx'> is a custom markup tag, do not translate. */
                body  = _("Signed by <i><key id='%s'/></i> on %s <b>Expired</b>.");
                title = _("Expired Signature");
                icon = ICON_PREFIX "seahorse-sign-bad.png";
                sig = TRUE;
                break;
-               /* TRANSLATORS: <key id='xxx'> is a custom markup tag, do not translate. */
        case GPG_ERR_CERT_REVOKED:
+               /* TRANSLATORS: <key id='xxx'> is a custom markup tag, do not translate. */
                body = _("Signed by <i><key id='%s'/> <b>Revoked</b></i> on %s.");
                title = _("Revoked Signature");
                icon = ICON_PREFIX "seahorse-sign-bad.png";


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]