From: Michael Tremer Date: Thu, 25 Aug 2011 17:34:49 +0000 (+0200) Subject: Fix bad string "Please your installation of Pakfire". X-Git-Tag: 0.9.9~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c5de9275c9197dab7b19361aaac983021d138e9;p=people%2Fms%2Fpakfire.git Fix bad string "Please your installation of Pakfire". --- diff --git a/scripts/pakfire b/scripts/pakfire index 1e85f0649..2a742edc8 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