gnome-packagekit r164 - trunk/src



Author: rhughes
Date: Sun Apr 13 00:24:53 2008
New Revision: 164
URL: http://svn.gnome.org/viewvc/gnome-packagekit?rev=164&view=rev

Log:
from git

Modified:
   trunk/src/gpk-install-local-file.c
   trunk/src/gpk-install-package-name.c
   trunk/src/gpk-install-provide-file.c

Modified: trunk/src/gpk-install-local-file.c
==============================================================================
--- trunk/src/gpk-install-local-file.c	(original)
+++ trunk/src/gpk-install-local-file.c	Sun Apr 13 00:24:53 2008
@@ -71,11 +71,11 @@
 	gtk_init (&argc, &argv);
 
 	if (argc < 2) {
-		gpk_error_modal_dialog (_("Failed to install"), _("You need to specify a file to install"));
+		gpk_error_modal_dialog (_("Failed to install local file"), _("You need to specify a file to install"));
 		return 1;
 	}
 	if (argc > 2) {
-		gpk_error_modal_dialog (_("Failed to install files"), _("You can only specify one file to install"));
+		gpk_error_modal_dialog (_("Failed to install local files"), _("You can only specify one file to install"));
 		return 1;
 	}
 

Modified: trunk/src/gpk-install-package-name.c
==============================================================================
--- trunk/src/gpk-install-package-name.c	(original)
+++ trunk/src/gpk-install-package-name.c	Sun Apr 13 00:24:53 2008
@@ -71,11 +71,11 @@
 	gtk_init (&argc, &argv);
 
 	if (argc < 2) {
-		gpk_error_modal_dialog (_("Failed to install"), _("You need to specify a package to install"));
+		gpk_error_modal_dialog (_("Failed to install package from name"), _("You need to specify a package to install"));
 		return 1;
 	}
 	if (argc > 2) {
-		gpk_error_modal_dialog (_("Failed to install packages"), _("You can only specify one package name to install"));
+		gpk_error_modal_dialog (_("Failed to install packages from name"), _("You can only specify one package name to install"));
 		return 1;
 	}
 

Modified: trunk/src/gpk-install-provide-file.c
==============================================================================
--- trunk/src/gpk-install-provide-file.c	(original)
+++ trunk/src/gpk-install-provide-file.c	Sun Apr 13 00:24:53 2008
@@ -71,11 +71,11 @@
 	gtk_init (&argc, &argv);
 
 	if (argc < 2) {
-		gpk_error_modal_dialog (_("Failed to filename"), _("You need to specify a filename to install"));
+		gpk_error_modal_dialog (_("Failed to install a package to provide a file"), _("You need to specify a filename to install"));
 		return 1;
 	}
 	if (argc > 2) {
-		gpk_error_modal_dialog (_("Failed to install filename"), _("You can only specify one filename to install"));
+		gpk_error_modal_dialog (_("Failed to install packages to provide files"), _("You can only specify one filename to install"));
 		return 1;
 	}
 



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