[gnome-packagekit] Add a friendly name for g-s-d in the log program
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-packagekit] Add a friendly name for g-s-d in the log program
- Date: Thu, 15 Dec 2011 17:39:49 +0000 (UTC)
commit 38f7ccacc5fbaf601a06181c52310a2c5827e416
Author: Richard Hughes <richard hughsie com>
Date: Thu Dec 15 15:58:34 2011 +0000
Add a friendly name for g-s-d in the log program
src/gpk-log.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/gpk-log.c b/src/gpk-log.c
index 9c9e37f..b5929c0 100644
--- a/src/gpk-log.c
+++ b/src/gpk-log.c
@@ -505,6 +505,9 @@ gpk_log_add_item (PkTransactionPast *item)
else if (g_strcmp0 (cmdline, "/usr/libexec/pk-command-not-found") == 0)
/* TRANSLATORS: short name for the command not found plugin */
tool = _("Bash - Command Not Found");
+ else if (g_strcmp0 (cmdline, "/usr/libexec/gnome-settings-daemon") == 0)
+ /* TRANSLATORS: user friendly name for gnome-settings-dameon */
+ tool = _("GNOME Session");
else
tool = cmdline;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]