Fix RepoMan's grammar.
authorZac Medico <zmedico@gentoo.org>
Mon, 27 Aug 2007 23:08:10 +0000 (23:08 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 27 Aug 2007 23:08:10 +0000 (23:08 -0000)
svn path=/main/trunk/; revision=7711

bin/repoman

index eded5cb55727cfd1874458d40d8df747801a323f..e7b76cc68a762c07335be4748deb99c387bec10c 100755 (executable)
@@ -1582,7 +1582,7 @@ if mymode!="commit":
 else:
        if dofail and "--force" in myoptions and "--pretend" not in myoptions:
                print green("RepoMan sez:") + \
-                       " \"You want commit even with these QA issues?\n" + \
+                       " \"You want to commit even with these QA issues?\n" + \
                        "              I'll take it this time, but I'm not happy.\"\n"
        elif dofail:
                print turquoise("Please fix these important QA issues first.")