[seahorse] Revert ""IM account" string is not translatable"



commit 016ee947ea953ea06b2c52983d781ca1466b5c80
Author: Stef Walter <stefw gnome org>
Date:   Thu Mar 15 14:22:10 2012 +0100

    Revert ""IM account" string is not translatable"
    
    This reverts commit b02872f734b4601c80dbd34baf13949d503cb039.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671298

 gkr/seahorse-gkr-item.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gkr/seahorse-gkr-item.c b/gkr/seahorse-gkr-item.c
index 6973349..1b01cdf 100644
--- a/gkr/seahorse-gkr-item.c
+++ b/gkr/seahorse-gkr-item.c
@@ -313,8 +313,8 @@ empathy_custom (const DisplayEntry *entry,
 	display = gnome_keyring_item_info_get_display_name (item);
 	account = get_attribute_string (attrs, "account-id");
 
-	/* This should be the same as the string in empathy */
-	prefix = "IM account password for ";
+	/* Translators: This should be the same as the string in empathy */
+	prefix = _("IM account password for ");
 
 	if (g_str_has_prefix (display, prefix)) {
 		len = strlen (prefix);



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