[seahorse: 1/2] Rename to 'Passwords and Keys'



commit 53d08efd5b5e7c8127a78b3e289fa59c7446cee6
Author: Stef Walter <stefw collabora co uk>
Date:   Tue Aug 30 10:05:43 2011 +0200

    Rename to 'Passwords and Keys'
    
     * Shorter more to the point name.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657217

 help/C/seahorse.xml        |    6 +++---
 src/seahorse-key-manager.c |    2 +-
 src/seahorse-main.c        |    2 +-
 src/seahorse-viewer.c      |    2 +-
 src/seahorse.1             |    2 +-
 src/seahorse.desktop.in.in |    2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/help/C/seahorse.xml b/help/C/seahorse.xml
index ac87602..37a9e22 100644
--- a/help/C/seahorse.xml
+++ b/help/C/seahorse.xml
@@ -5,7 +5,7 @@
 	<!ENTITY appversion "2.28.x">
 	<!ENTITY manrevision "3.1">
 	<!ENTITY date "July 2005">
-	<!ENTITY app "Passwords and Encryption Keys">
+	<!ENTITY app "Passwords and Keys">
 	<!ENTITY daemon "<application>seahorse-daemon</application>">
 	<!ENTITY project "Seahorse">
 	<!ENTITY key "<glossterm>key</glossterm>">
@@ -194,7 +194,7 @@
 						<para>Choose
 						<menuchoice>
 							<guimenu>Accessories</guimenu>
-							<guimenuitem>Password and Encryption Keys</guimenuitem>
+							<guimenuitem>Password and Keys</guimenuitem>
 						</menuchoice>.</para>
 					</listitem>
 				</varlistentry>
@@ -212,7 +212,7 @@
 		<sect2 id="seahorse-when-start">
 			<title>When You Start <application>&app;</application></title>
 			<para>
-				When you start <application>&app;</application>, the <guilabel>Password and Encryption Keys</guilabel>
+				When you start <application>&app;</application>, the <guilabel>Password and Keys</guilabel>
 				window is displayed.
 			</para>
 			
diff --git a/src/seahorse-key-manager.c b/src/seahorse-key-manager.c
index 07b81db..4c5239c 100644
--- a/src/seahorse-key-manager.c
+++ b/src/seahorse-key-manager.c
@@ -847,7 +847,7 @@ seahorse_key_manager_constructed (GObject *object)
 	self->pv->tabs = g_new0 (TabInfo, TAB_NUM_TABS);
 
 	self->pv->notebook = GTK_NOTEBOOK (seahorse_widget_get_widget (SEAHORSE_WIDGET (self), "notebook"));
-	gtk_window_set_title (seahorse_viewer_get_window (SEAHORSE_VIEWER (self)), _("Passwords and Encryption Keys"));
+	gtk_window_set_title (seahorse_viewer_get_window (SEAHORSE_VIEWER (self)), _("Passwords and Keys"));
 	
 	actions = gtk_action_group_new ("general");
 	gtk_action_group_set_translation_domain (actions, GETTEXT_PACKAGE);
diff --git a/src/seahorse-main.c b/src/seahorse-main.c
index f1ce25c..e7aad3e 100644
--- a/src/seahorse-main.c
+++ b/src/seahorse-main.c
@@ -73,7 +73,7 @@ main (int argc, char **argv)
     textdomain (GETTEXT_PACKAGE);
 #endif
 
-    if (!gtk_init_with_args (&argc, &argv, _("Encryption Key Manager"), options, GETTEXT_PACKAGE, &error)) {
+    if (!gtk_init_with_args (&argc, &argv, _("Passwords and Keys"), options, GETTEXT_PACKAGE, &error)) {
         g_printerr ("seahorse: %s\n", error->message);
         g_error_free (error);
         exit (1);
diff --git a/src/seahorse-viewer.c b/src/seahorse-viewer.c
index 074f365..ed0331d 100644
--- a/src/seahorse-viewer.c
+++ b/src/seahorse-viewer.c
@@ -142,7 +142,7 @@ on_app_about (GtkAction* action, SeahorseViewer* self)
 	gtk_about_dialog_set_authors (about, authors);
 	gtk_about_dialog_set_documenters (about, documenters);
 	gtk_about_dialog_set_version (about, VERSION);
-	gtk_about_dialog_set_comments (about, _("Encryption Key Manager"));
+	gtk_about_dialog_set_comments (about, _("Passwords and Keys"));
 	gtk_about_dialog_set_copyright (about, "Copyright \xc2\xa9 2002 - 2010 Seahorse Project");
 	gtk_about_dialog_set_translator_credits (about, _("translator-credits"));
 	gtk_about_dialog_set_logo_icon_name (about, "seahorse");
diff --git a/src/seahorse.1 b/src/seahorse.1
index 19c66fb..0c38b84 100644
--- a/src/seahorse.1
+++ b/src/seahorse.1
@@ -1,7 +1,7 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
 .TH SEAHORSE "1" "November 2009" "seahorse 2.29.1" "User Commands"
 .SH NAME
-seahorse \- Encryption Key Manager
+seahorse \- Passwords and Keys
 .SH SYNOPSIS
 seahorse [OPTION...]
 .SH DESCRIPTION
diff --git a/src/seahorse.desktop.in.in b/src/seahorse.desktop.in.in
index e3600fe..204c920 100644
--- a/src/seahorse.desktop.in.in
+++ b/src/seahorse.desktop.in.in
@@ -1,5 +1,5 @@
 [Desktop Entry]
-_Name=Passwords and Encryption Keys
+_Name=Passwords and Keys
 _Comment=Manage your passwords and encryption keys
 Exec=seahorse
 Terminal=false



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