From: Zac Medico Date: Mon, 27 Aug 2007 23:08:10 +0000 (-0000) Subject: Fix RepoMan's grammar. X-Git-Tag: v2.2_pre1~838 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b57a772ba25645f1687d9799709b882cf5ef9445;p=portage.git Fix RepoMan's grammar. svn path=/main/trunk/; revision=7711 --- diff --git a/bin/repoman b/bin/repoman index eded5cb55..e7b76cc68 100755 --- a/bin/repoman +++ b/bin/repoman @@ -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.")