]> git.ipfire.org Git - people/ms/pakfire.git/commitdiff
Fix bad string "Please your installation of Pakfire".
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 25 Aug 2011 17:34:49 +0000 (19:34 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 25 Aug 2011 17:34:49 +0000 (19:34 +0200)
scripts/pakfire

index 1e85f064943ef30f45d798282be59d0c4e363236..2a742edc82810c4ea0dd8e1fd27bbd53573eed41 100755 (executable)
@@ -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