[gnome-packagekit] Add a nice name for the pk-command-not-found executable in gpk-log



commit 5ee144aafdb0da52ebedcabf0dbf1e50c1dae538
Author: Richard Hughes <richard hughsie com>
Date:   Tue Feb 22 09:00:06 2011 +0000

    Add a nice name for the pk-command-not-found executable in gpk-log

 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 d348421..7d66831 100644
--- a/src/gpk-log.c
+++ b/src/gpk-log.c
@@ -502,6 +502,9 @@ gpk_log_add_item (PkTransactionPast *item)
 	else if (g_strcmp0 (cmdline, "gpk-update-icon") == 0)
 		/* TRANSLATORS: short name for gpk-update-icon */
 		tool = _("Update Icon");
+	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
 		tool = cmdline;
 



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