gitk: Fix bad English grammar "Matches none Commit Info"
authorAlex Henrie <alexhenrie24@gmail.com>
Thu, 2 Apr 2015 21:05:06 +0000 (15:05 -0600)
committerPaul Mackerras <paulus@samba.org>
Mon, 6 Apr 2015 03:44:46 +0000 (13:44 +1000)
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk
diff --git a/gitk b/gitk
index 9a2daf3c55b2292239ec9667a919b5121a7e965e..30fcd30767c54f64781a76d6ac335d83e7965fcb 100755 (executable)
--- a/gitk
+++ b/gitk
@@ -4066,7 +4066,7 @@ set known_view_options {
     {committer t15  .  "--committer=*"  {mc "Committer:"}}
     {loginfo   t15  .. "--grep=*"       {mc "Commit Message:"}}
     {allmatch  b    .. "--all-match"    {mc "Matches all Commit Info criteria"}}
-    {igrep     b    .. "--invert-grep"  {mc "Matches none Commit Info criteria"}}
+    {igrep     b    .. "--invert-grep"  {mc "Matches no Commit Info criteria"}}
     {changes_l l    +  {}               {mc "Changes to Files:"}}
     {pickaxe_s r0   .  {}               {mc "Fixed String"}}
     {pickaxe_t r1   .  "--pickaxe-regex"  {mc "Regular Expression"}}