[gnome-packagekit] Use a proper application name
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-packagekit] Use a proper application name
- Date: Wed, 23 Mar 2011 10:17:04 +0000 (UTC)
commit 350cb394910ad5097bf169c3507bcc72fa3efadd
Author: William Jon McCann <jmccann redhat com>
Date: Tue Mar 22 10:30:15 2011 -0400
Use a proper application name
https://bugzilla.gnome.org/show_bug.cgi?id=645281
src/gpk-dbus-service.c | 4 ++--
src/gpk-dbus-task.c | 2 +-
src/gpk-install-local-file.c | 2 +-
src/gpk-install-package-name.c | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/gpk-dbus-service.c b/src/gpk-dbus-service.c
index 5216f8a..684084c 100644
--- a/src/gpk-dbus-service.c
+++ b/src/gpk-dbus-service.c
@@ -150,10 +150,10 @@ main (int argc, char *argv[])
g_thread_init (NULL);
dbus_g_thread_init ();
g_type_init ();
- notify_init ("gpk-dbus-service");
+ notify_init (_("Software Install"));
/* TRANSLATORS: program name, a session wide daemon to watch for updates and changing system state */
- g_set_application_name (_("Session DBus service for PackageKit"));
+ g_set_application_name (_("Software Install"));
context = g_option_context_new (NULL);
g_option_context_set_summary (context, _("Session DBus service for PackageKit"));
g_option_context_add_main_entries (context, options, NULL);
diff --git a/src/gpk-dbus-task.c b/src/gpk-dbus-task.c
index 1ca4446..8377e2e 100644
--- a/src/gpk-dbus-task.c
+++ b/src/gpk-dbus-task.c
@@ -3084,7 +3084,7 @@ gpk_dbus_task_init (GpkDbusTask *dtask)
/* only initialise if the application didn't do it before */
if (!notify_is_initted ())
- notify_init ("gpk-dbus_task");
+ notify_init (_("Software Install"));
dtask->priv->vendor = gpk_vendor_new ();
dtask->priv->dialog = gpk_modal_dialog_new ();
diff --git a/src/gpk-install-local-file.c b/src/gpk-install-local-file.c
index 1f7b79d..95d1c51 100644
--- a/src/gpk-install-local-file.c
+++ b/src/gpk-install-local-file.c
@@ -64,7 +64,7 @@ main (int argc, char *argv[])
gtk_init (&argc, &argv);
/* TRANSLATORS: program name: application to install a package to provide a file */
- g_set_application_name (_("PackageKit File Installer"));
+ g_set_application_name (_("Software Install"));
context = g_option_context_new ("gpk-install-local-file");
g_option_context_set_summary (context, _("PackageKit File Installer"));
g_option_context_add_main_entries (context, options, NULL);
diff --git a/src/gpk-install-package-name.c b/src/gpk-install-package-name.c
index 630e70d..947c893 100644
--- a/src/gpk-install-package-name.c
+++ b/src/gpk-install-package-name.c
@@ -63,7 +63,7 @@ main (int argc, char *argv[])
gtk_init (&argc, &argv);
/* TRANSLATORS: program name: installs a package (or packages) by name */
- g_set_application_name (_("Package Name Installer"));
+ g_set_application_name (_("Software Install"));
context = g_option_context_new ("gpk-install-package");
g_option_context_set_summary (context, _("Package Name Installer"));
g_option_context_add_main_entries (context, options, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]