Signed-off-by: Allan McRae <[email protected]>
---
 src/pacman/callback.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pacman/callback.c b/src/pacman/callback.c
index 71d9d04..3fa2166 100644
--- a/src/pacman/callback.c
+++ b/src/pacman/callback.c
@@ -401,7 +401,7 @@ void cb_question(alpm_question_t event, void *data1, void 
*data2,
                                strftime(created, 12, "%Y-%m-%d", 
localtime(&time));
 
                                if(key->revoked) {
-                                       revoked = " (revoked)";
+                                       revoked = _(" (revoked)");
                                }
 
                                *response = yesno(_("Import PGP key %d%c/%s, 
\"%s\", created: %s%s?"),
-- 
1.8.2


Reply via email to