[gnome-packagekit] Change the name of the package installer to be 'Install Software'
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-packagekit] Change the name of the package installer to be 'Install Software'
- Date: Fri, 11 May 2012 16:15:06 +0000 (UTC)
commit a1747c1b51ca196deef8adaa3f1f0aaa663de99a
Author: Richard Hughes <richard hughsie com>
Date: Thu May 10 14:57:57 2012 +0100
Change the name of the package installer to be 'Install Software'
data/gpk-application.desktop.in | 2 +-
data/gpk-application.ui | 4 ++--
src/gpk-application.c | 2 +-
src/gpk-log.c | 2 +-
src/gpk-update-viewer.c | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/gpk-application.desktop.in b/data/gpk-application.desktop.in
index 6988de1..2c86fe8 100644
--- a/data/gpk-application.desktop.in
+++ b/data/gpk-application.desktop.in
@@ -1,5 +1,5 @@
[Desktop Entry]
-_Name=Add/Remove Software
+_Name=Install Software
_Comment=Add or remove software installed on the system
Icon=system-software-install
Exec=gpk-application
diff --git a/data/gpk-application.ui b/data/gpk-application.ui
index 20e2496..dd2e12a 100644
--- a/data/gpk-application.ui
+++ b/data/gpk-application.ui
@@ -2,8 +2,8 @@
<interface>
<requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy toplevel-contextual -->
- <object class="GtkWindow" id="window_manager">
- <property name="title" translatable="yes">Add/Remove Software</property>
+ <object class="GtkApplicationWindow" id="window_manager">
+ <property name="title" translatable="yes">Install Software</property>
<property name="window_position">center</property>
<property name="icon_name">gtk-info</property>
<child>
diff --git a/src/gpk-application.c b/src/gpk-application.c
index c4b0dc3..46b8acb 100644
--- a/src/gpk-application.c
+++ b/src/gpk-application.c
@@ -4097,7 +4097,7 @@ main (int argc, char *argv[])
gtk_init (&argc, &argv);
context = g_option_context_new (NULL);
- g_option_context_set_summary (context, _("Add/Remove Software"));
+ g_option_context_set_summary (context, _("Install Software"));
g_option_context_add_main_entries (context, options, NULL);
g_option_context_add_group (context, gpk_debug_get_option_group ());
g_option_context_add_group (context, gtk_get_option_group (TRUE));
diff --git a/src/gpk-log.c b/src/gpk-log.c
index d5db6c7..db5eea0 100644
--- a/src/gpk-log.c
+++ b/src/gpk-log.c
@@ -495,7 +495,7 @@ gpk_log_add_item (PkTransactionPast *item)
tool = _("Command line client");
else if (g_strcmp0 (cmdline, "gpk-application") == 0)
/* TRANSLATORS: short name for gpk-update-viewer */
- tool = _("Add/Remove Software");
+ tool = _("Install Software");
else if (g_strcmp0 (cmdline, "gpk-update-viewer") == 0)
/* TRANSLATORS: short name for gpk-update-viewer */
tool = _("Update System");
diff --git a/src/gpk-update-viewer.c b/src/gpk-update-viewer.c
index 024a781..4fecab5 100644
--- a/src/gpk-update-viewer.c
+++ b/src/gpk-update-viewer.c
@@ -3362,7 +3362,7 @@ main (int argc, char *argv[])
gtk_init (&argc, &argv);
context = g_option_context_new (NULL);
- g_option_context_set_summary (context, _("Add/Remove Software"));
+ g_option_context_set_summary (context, _("Update Software"));
g_option_context_add_main_entries (context, options, NULL);
g_option_context_add_group (context, gpk_debug_get_option_group ());
g_option_context_add_group (context, gtk_get_option_group (TRUE));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]