[gcr] ui: Add context to 'Disabled' strings



commit fea443e6449f57ffb697c9f7ee1484e326f8c9c2
Author: Stef Walter <stefw gnome org>
Date:   Thu Aug 29 21:34:44 2013 +0200

    ui: Add context to 'Disabled' strings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707077

 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 1704896..7bdd6a3 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 _("Disabled");
+               return C_("Disabled", "capability");
        default:
                return NULL;
        }
@@ -256,7 +256,7 @@ status_for_code (gchar code)
        case 'i':
                return _("Invalid");
        case 'd':
-               return _("Disabled");
+               return C_("Disabled", "ownertrust");
        case 'r':
                return _("Revoked");
        case 'e':


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