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]