[krb5-auth-dialog] Fix translated strings



commit 19427a839f90f2e30c0184c4ee90d1fe26c7017c
Author: Guido Günther <agx sigxcpu org>
Date:   Tue Oct 5 13:11:57 2010 +0200

    Fix translated strings

 src/ka-applet.c |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/src/ka-applet.c b/src/ka-applet.c
index 97ae70d..385382d 100644
--- a/src/ka-applet.c
+++ b/src/ka-applet.c
@@ -522,8 +522,7 @@ ka_applet_update_status (KaApplet *applet, krb5_timestamp expiry)
                 applet->priv->notify_gconf_key = KA_GCONF_KEY_NOTIFY_VALID;
                 ka_send_event_notification (applet,
                                             _("Network credentials valid"),
-                                            _
-                                            ("You've refreshed your Kerberos credentials."),
+                                            _("You've refreshed your Kerberos credentials."),
                                             "krb-valid-ticket",
                                             "dont-show-again");
             }
@@ -539,8 +538,7 @@ ka_applet_update_status (KaApplet *applet, krb5_timestamp expiry)
                     applet->priv->notify_gconf_key =
                         KA_GCONF_KEY_NOTIFY_EXPIRING;
                     ka_send_event_notification (applet,
-                                                _
-                                                ("Network credentials expiring"),
+                                                _("Network credentials expiring"),
                                                 tooltip_text,
                                                 "krb-expiring-ticket",
                                                 "dont-show-again");
@@ -559,8 +557,7 @@ ka_applet_update_status (KaApplet *applet, krb5_timestamp expiry)
                 applet->priv->notify_gconf_key = KA_GCONF_KEY_NOTIFY_EXPIRED;
                 ka_send_event_notification (applet,
                                             _("Network credentials expired"),
-                                            _
-                                            ("Your Kerberos credentails have expired."),
+                                            _("Your Kerberos credentails have expired."),
                                             "krb-no-valid-ticket",
                                             "dont-show-again");
             }
@@ -726,8 +723,7 @@ ka_applet_create_context_menu (KaApplet *applet)
 
     /* kdestroy */
     menu_item =
-        gtk_image_menu_item_new_with_mnemonic (_
-                                               ("Remove Credentials _Cache"));
+        gtk_image_menu_item_new_with_mnemonic (_("Remove Credentials _Cache"));
     g_signal_connect (G_OBJECT (menu_item), "activate",
                       G_CALLBACK (ka_applet_cb_destroy_ccache), applet);
     image = gtk_image_new_from_stock (GTK_STOCK_CANCEL, GTK_ICON_SIZE_MENU);



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