[gcr] Fix switched context strings



commit 7bf8e1d2ba08172f378576f41ace83a104eaff6b
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Wed Sep 4 02:33:19 2013 +0200

    Fix switched context strings
    
    Ah, the old switcheroo.

 ui/gcr-gnupg-renderer.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ui/gcr-gnupg-renderer.c b/ui/gcr-gnupg-renderer.c
index 7bdd6a3..311691c 100644
--- a/ui/gcr-gnupg-renderer.c
+++ b/ui/gcr-gnupg-renderer.c
@@ -221,7 +221,7 @@ capability_for_code (gchar code)
        case 'a': case 'A':
                return _("Authenticate");
        case 'D':
-               return C_("Disabled", "capability");
+               return C_("capability", "Disabled");
        default:
                return NULL;
        }
@@ -256,7 +256,7 @@ status_for_code (gchar code)
        case 'i':
                return _("Invalid");
        case 'd':
-               return C_("Disabled", "ownertrust");
+               return C_("ownertrust", "Disabled");
        case 'r':
                return _("Revoked");
        case 'e':


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