From: Alex Henrie Date: Thu, 2 Apr 2015 21:05:06 +0000 (-0600) Subject: gitk: Fix bad English grammar "Matches none Commit Info" X-Git-Tag: v2.6.0-rc2~1^2~15 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0013251fe217b882bc4fd5a40b732baebfad02fb?ds=inline;hp=--cc gitk: Fix bad English grammar "Matches none Commit Info" Signed-off-by: Alex Henrie Signed-off-by: Paul Mackerras --- 0013251fe217b882bc4fd5a40b732baebfad02fb diff --git a/gitk b/gitk index 9a2daf3c55..30fcd30767 100755 --- 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"}}