gnome-packagekit r491 - in trunk: . src



Author: rhughes
Date: Thu Feb 19 21:30:13 2009
New Revision: 491
URL: http://svn.gnome.org/viewvc/gnome-packagekit?rev=491&view=rev

Log:
from git, small change

Modified:
   trunk/.gitignore
   trunk/src/gpk-enum.c

Modified: trunk/.gitignore
==============================================================================
--- trunk/.gitignore	(original)
+++ trunk/.gitignore	Thu Feb 19 21:30:13 2009
@@ -34,4 +34,5 @@
 gtk-doc.make
 py-compile
 *.patch
+m4
 

Modified: trunk/src/gpk-enum.c
==============================================================================
--- trunk/src/gpk-enum.c	(original)
+++ trunk/src/gpk-enum.c	Thu Feb 19 21:30:13 2009
@@ -778,7 +778,7 @@
 		break;
 	case PK_STATUS_ENUM_SETUP:
 		/* TRANSLATORS: The transaction state */
-		text = _("Waiting for service to start");
+		text = _("Waiting for transaction to start");
 		break;
 	case PK_STATUS_ENUM_WAIT:
 		/* TRANSLATORS: The transaction state */



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