Fix RepoMan's grammar. (trunk r7711)
authorZac Medico <zmedico@gentoo.org>
Thu, 6 Sep 2007 17:50:06 +0000 (17:50 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 6 Sep 2007 17:50:06 +0000 (17:50 -0000)
svn path=/main/branches/2.1.2/; revision=7740

bin/repoman

index 163388865260f1844e1791c824718834b2bc3726..4c98eb9314728a867c32414ce5b2cbc95c9452e7 100755 (executable)
@@ -1580,7 +1580,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.")