From f90d97edb643c4e32610c9cd70b68e85c4786334 Mon Sep 17 00:00:00 2001 From: superfly1031 Date: Thu, 18 Oct 2012 21:55:42 -0600 Subject: [PATCH] Update usr/bin/mintinstall Changed password message a bit. --- usr/bin/mintinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/mintinstall b/usr/bin/mintinstall index 110c2702..3f9485c2 100755 --- a/usr/bin/mintinstall +++ b/usr/bin/mintinstall @@ -7,7 +7,7 @@ import gettext gettext.install("mintinstall", "/usr/share/linuxmint/locale") -launcher = commands.getoutput("/usr/lib/linuxmint/common/mint-which-launcher.py \"%s\""%_("Please enter your password to start the software manager")) +launcher = commands.getoutput("/usr/lib/linuxmint/common/mint-which-launcher.py \"%s\""%_("Please enter your password to start the Mint Software Manager")) if len(sys.argv) > 1: mintfile = sys.argv[1]