[krb5-auth-dialog] Rename "Network Authentication" to "Kerberos Authentication"



commit bf3647e817c249fa21ec89dd6698a0dd139565af
Author: Guido Günther <agx sigxcpu org>
Date:   Sun Feb 13 20:03:52 2011 +0100

    Rename "Network Authentication" to "Kerberos Authentication"
    
    since that's what it is.
    
    Debian Bug #593543

 src/ka-applet-priv.h            |    4 ++--
 src/krb5-auth-dialog.desktop.in |    2 +-
 src/krb5-auth-dialog.xml        |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/ka-applet-priv.h b/src/ka-applet-priv.h
index c75163d..a64848c 100644
--- a/src/ka-applet-priv.h
+++ b/src/ka-applet-priv.h
@@ -1,6 +1,6 @@
 /* Krb5 Auth Applet -- Acquire and release kerberos tickets
  *
- * (C) 2008,2010 Guido Guenther <agx sigxcpu org>
+ * (C) 2008,2010,2011 Guido Guenther <agx sigxcpu org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -33,7 +33,7 @@
 #include "ka-pwdialog.h"
 
 G_BEGIN_DECLS
-#define KA_NAME _("Network Authentication")
+#define KA_NAME _("Kerberos Authentication")
 /* signals emitted by KaApplet */
     typedef enum {
     KA_SIGNAL_ACQUIRED_TGT,     /* New TGT acquired */
diff --git a/src/krb5-auth-dialog.desktop.in b/src/krb5-auth-dialog.desktop.in
index 52cfca5..5569646 100644
--- a/src/krb5-auth-dialog.desktop.in
+++ b/src/krb5-auth-dialog.desktop.in
@@ -1,5 +1,5 @@
 [Desktop Entry]
-_Name=Network Authentication
+_Name=Kerberos Authentication
 _Comment=Kerberos Network Authentication Dialog
 Exec=krb5-auth-dialog
 Terminal=false
diff --git a/src/krb5-auth-dialog.xml b/src/krb5-auth-dialog.xml
index 2e1c54d..f36f537 100644
--- a/src/krb5-auth-dialog.xml
+++ b/src/krb5-auth-dialog.xml
@@ -4,7 +4,7 @@
   <!-- interface-naming-policy toplevel-contextual -->
   <object class="GtkDialog" id="krb5_dialog">
     <property name="border_width">6</property>
-    <property name="title" translatable="yes">Network Authentication</property>
+    <property name="title" translatable="yes">Kerberos Authentication</property>
     <property name="resizable">False</property>
     <property name="window_position">center-always</property>
     <property name="type_hint">dialog</property>



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