From 1c5de9275c9197dab7b19361aaac983021d138e9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 25 Aug 2011 19:34:49 +0200 Subject: [PATCH] Fix bad string "Please your installation of Pakfire". --- scripts/pakfire | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pakfire b/scripts/pakfire index 1e85f064..2a742edc 100755 --- a/scripts/pakfire +++ b/scripts/pakfire @@ -22,7 +22,7 @@ except ImportError, e: # XXX Maybe we can make a more beautiful message here?! print _("There has been an error when trying to import one or more of the" " modules, that are required to run Pakfire.") - print _("Please your installation of Pakfire.") + print _("Please check your installation of Pakfire.") print print _("The error that lead to this:") print " ", e -- 2.39.2