gnome-packagekit r130 - trunk/src



Author: rhughes
Date: Wed Mar 26 17:13:29 2008
New Revision: 130
URL: http://svn.gnome.org/viewvc/gnome-packagekit?rev=130&view=rev

Log:
from git

Modified:
   trunk/src/pk-application.c
   trunk/src/pk-common-gui.c

Modified: trunk/src/pk-application.c
==============================================================================
--- trunk/src/pk-application.c	(original)
+++ trunk/src/pk-application.c	Wed Mar 26 17:13:29 2008
@@ -1407,11 +1407,11 @@
 		NULL};
 	const char *license[] = {
 		N_("Licensed under the GNU General Public License Version 2"),
-		N_("Power Manager is free software; you can redistribute it and/or\n"
+		N_("PackageKit is free software; you can redistribute it and/or\n"
 		   "modify it under the terms of the GNU General Public License\n"
 		   "as published by the Free Software Foundation; either version 2\n"
 		   "of the License, or (at your option) any later version."),
-		N_("Power Manager is distributed in the hope that it will be useful,\n"
+		N_("PackageKit is distributed in the hope that it will be useful,\n"
 		   "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
 		   "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
 		   "GNU General Public License for more details."),

Modified: trunk/src/pk-common-gui.c
==============================================================================
--- trunk/src/pk-common-gui.c	(original)
+++ trunk/src/pk-common-gui.c	Wed Mar 26 17:13:29 2008
@@ -800,9 +800,15 @@
 	case PK_STATUS_ENUM_DEP_RESOLVE:
 		text = _("Resolving dependencies");
 		break;
+	case PK_STATUS_ENUM_SIG_CHECK:
+		text = _("Checking signatures");
+		break;
 	case PK_STATUS_ENUM_ROLLBACK:
 		text = _("Rolling back");
 		break;
+	case PK_STATUS_ENUM_TEST_COMMIT:
+		text = _("Trying transaction");
+		break;
 	case PK_STATUS_ENUM_COMMIT:
 		text = _("Committing transaction");
 		break;



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