[krb5-auth-dialog] Uppercase Kerberos



commit 23eb6c28c5368b73a1684b86134eabbb955d82c9
Author: Guido Günther <agx sigxcpu org>
Date:   Mon Jun 8 08:57:21 2015 +0200

    Uppercase Kerberos

 README                |    6 +++---
 src/ka-applet-priv.h  |    2 +-
 src/ka-applet.c       |    2 +-
 src/ka-applet.h       |    2 +-
 src/ka-dbus.c         |    2 +-
 src/ka-dbus.h         |    2 +-
 src/ka-entry-buffer.c |    2 +-
 src/ka-entry-buffer.h |    2 +-
 src/ka-kerberos.h     |    2 +-
 src/ka-main-window.c  |    2 +-
 src/ka-main-window.h  |    2 +-
 src/ka-pwdialog.c     |    4 ++--
 src/ka-pwdialog.h     |    2 +-
 src/ka-settings.c     |    2 +-
 src/ka-settings.h     |    2 +-
 src/ka-tools.h        |    2 +-
 16 files changed, 19 insertions(+), 19 deletions(-)
---
diff --git a/README b/README
index 25a192e..65cb103 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-krb5-auth-dialog is a simple dialog that monitors kerberos tickets, and
+krb5-auth-dialog is a simple dialog that monitors Kerberos tickets, and
 pops up a dialog when they are about to expire.  Eventually, we expect
 it to be part of GNOME.
 
@@ -51,8 +51,8 @@ A Note on Translations
 Kerberos doesn't translate either its prompts or its error messages.
 As the prompt is very visible, we need to translate it externally.  To
 do this, the etpo binary in etpo/ can be used to extract the public
-strings that kerberos uses.  We are checking that in for now, until
-kerberos gets translated.
+strings that Kerberos uses.  We are checking that in for now, until
+Kerberos gets translated.
 
 If your language doesn't have a translation yet and you want to provide one do a
 
diff --git a/src/ka-applet-priv.h b/src/ka-applet-priv.h
index d9c0bd4..67fb601 100644
--- a/src/ka-applet-priv.h
+++ b/src/ka-applet-priv.h
@@ -1,4 +1,4 @@
-/* Krb5 Auth Applet -- Acquire and release kerberos tickets
+/* Krb5 Auth Applet -- Acquire and release Kerberos tickets
  *
  * (C) 2008,2010,2011 Guido Guenther <agx sigxcpu org>
  *
diff --git a/src/ka-applet.c b/src/ka-applet.c
index 1a2315c..195f781 100644
--- a/src/ka-applet.c
+++ b/src/ka-applet.c
@@ -1,4 +1,4 @@
-/* Krb5 Auth Applet -- Acquire and release kerberos tickets
+/* Krb5 Auth Applet -- Acquire and release Kerberos tickets
  *
  * (C) 2008,2009,2010,2013 Guido Guenther <agx sigxcpu org>
  *
diff --git a/src/ka-applet.h b/src/ka-applet.h
index 1e6f3e0..bf4febe 100644
--- a/src/ka-applet.h
+++ b/src/ka-applet.h
@@ -1,4 +1,4 @@
-/* Krb5 Auth Applet -- Acquire and release kerberos tickets
+/* Krb5 Auth Applet -- Acquire and release Kerberos tickets
  *
  * (C) 2008 Guido Guenther <agx sigxcpu org>
  *
diff --git a/src/ka-dbus.c b/src/ka-dbus.c
index 75949ee..7d4bb1c 100644
--- a/src/ka-dbus.c
+++ b/src/ka-dbus.c
@@ -1,4 +1,4 @@
-/* Krb5 Auth Applet -- Acquire and release kerberos tickets
+/* Krb5 Auth Applet -- Acquire and release Kerberos tickets
  *
  * (C) 2008,2009,2011 Guido Guenther <agx sigxcpu org>
  *
diff --git a/src/ka-dbus.h b/src/ka-dbus.h
index d64f00e..d482029 100644
--- a/src/ka-dbus.h
+++ b/src/ka-dbus.h
@@ -1,4 +1,4 @@
-/* Krb5 Auth Applet -- Acquire and release kerberos tickets
+/* Krb5 Auth Applet -- Acquire and release Kerberos tickets
  *
  * (C) 2008 Guido Guenther <agx sigxcpu org>
  *
diff --git a/src/ka-entry-buffer.c b/src/ka-entry-buffer.c
index 8cdd630..76256be 100644
--- a/src/ka-entry-buffer.c
+++ b/src/ka-entry-buffer.c
@@ -1,4 +1,4 @@
-/* Krb5 Auth Applet -- Acquire and release kerberos tickets
+/* Krb5 Auth Applet -- Acquire and release Kerberos tickets
  *
  * (C) 2010 Guido Guenther <agx sigxcpu org>
  *
diff --git a/src/ka-entry-buffer.h b/src/ka-entry-buffer.h
index 4bb13f2..108126c 100644
--- a/src/ka-entry-buffer.h
+++ b/src/ka-entry-buffer.h
@@ -1,4 +1,4 @@
-/* Krb5 Auth Applet -- Acquire and release kerberos tickets
+/* Krb5 Auth Applet -- Acquire and release Kerberos tickets
  *
  * (C) 2010 Guido Guenther <agx sigxcpu org>
  *
diff --git a/src/ka-kerberos.h b/src/ka-kerberos.h
index e94bb63..c4eeb26 100644
--- a/src/ka-kerberos.h
+++ b/src/ka-kerberos.h
@@ -1,4 +1,4 @@
-/* Krb5 Auth Applet -- Acquire and release kerberos tickets
+/* Krb5 Auth Applet -- Acquire and release Kerberos tickets
  *
  * (C) 2008 Guido Guenther <agx sigxcpu org>
  *
diff --git a/src/ka-main-window.c b/src/ka-main-window.c
index 0a1a548..21b1dbc 100644
--- a/src/ka-main-window.c
+++ b/src/ka-main-window.c
@@ -1,6 +1,6 @@
 /* -*- c-file-style: "linux"; c-basic-offset: 4; indent-tabs-mode: nil; -*- *
  *
- * Krb5 Auth Applet -- Acquire and release kerberos tickets
+ * Krb5 Auth Applet -- Acquire and release Kerberos tickets
  *
  * (C) 2009,2011,2013 Guido Guenther <agx sigxcpu org>
  *
diff --git a/src/ka-main-window.h b/src/ka-main-window.h
index cee3f8f..fba17ee 100644
--- a/src/ka-main-window.h
+++ b/src/ka-main-window.h
@@ -1,4 +1,4 @@
-/* Krb5 Auth Applet -- Acquire and release kerberos tickets
+/* Krb5 Auth Applet -- Acquire and release Kerberos tickets
  *
  * (C) 2009 Guido Guenther <agx sigxcpu org>
  *
diff --git a/src/ka-pwdialog.c b/src/ka-pwdialog.c
index 005a833..0cca259 100644
--- a/src/ka-pwdialog.c
+++ b/src/ka-pwdialog.c
@@ -1,4 +1,4 @@
-/* Krb5 Auth Applet -- Acquire and release kerberos tickets
+/* Krb5 Auth Applet -- Acquire and release Kerberos tickets
  *
  * (C) 2009,2013 Guido Guenther <agx sigxcpu org>
  *
@@ -306,7 +306,7 @@ ka_pwdialog_error (KaPwDialog *self, const char *msg)
 
     gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
                                               _
-                                              ("Couldn't acquire kerberos ticket: '%s'"),
+                                              ("Couldn't acquire Kerberos ticket: '%s'"),
                                               _(msg));
     gtk_widget_show (GTK_WIDGET (dialog));
     gtk_dialog_run (GTK_DIALOG (dialog));
diff --git a/src/ka-pwdialog.h b/src/ka-pwdialog.h
index a69c351..bf384b1 100644
--- a/src/ka-pwdialog.h
+++ b/src/ka-pwdialog.h
@@ -1,4 +1,4 @@
-/* Krb5 Auth Applet -- Acquire and release kerberos tickets
+/* Krb5 Auth Applet -- Acquire and release Kerberos tickets
  *
  * (C) 2009 Guido Guenther <agx sigxcpu org>
  *
diff --git a/src/ka-settings.c b/src/ka-settings.c
index 6ccb45a..2f66dfc 100644
--- a/src/ka-settings.c
+++ b/src/ka-settings.c
@@ -1,4 +1,4 @@
-/* Krb5 Auth Applet -- Acquire and release kerberos tickets
+/* Krb5 Auth Applet -- Acquire and release Kerberos tickets
  *
  * (C) 2008,2009,2013 Guido Guenther <agx sigxcpu org>
  *
diff --git a/src/ka-settings.h b/src/ka-settings.h
index 6870c81..d8588e7 100644
--- a/src/ka-settings.h
+++ b/src/ka-settings.h
@@ -1,4 +1,4 @@
-/* Krb5 Auth Applet -- Acquire and release kerberos tickets
+/* Krb5 Auth Applet -- Acquire and release Kerberos tickets
  *
  * (C) 2008 Guido Guenther <agx sigxcpu org>
  *
diff --git a/src/ka-tools.h b/src/ka-tools.h
index 2fb31aa..9cbf1ae 100644
--- a/src/ka-tools.h
+++ b/src/ka-tools.h
@@ -1,4 +1,4 @@
-/* Krb5 Auth Applet -- Acquire and release kerberos tickets
+/* Krb5 Auth Applet -- Acquire and release Kerberos tickets
  *
  * (C) 2009 Guido Guenther <agx sigxcpu org>
  *


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