git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gitk: Fix bad English grammar "Matches none Commit Info"
@ 2015-04-02 21:05 Alex Henrie
  2015-04-06  3:46 ` Paul Mackerras
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Henrie @ 2015-04-02 21:05 UTC (permalink / raw)
  To: paulus, ottxor, git; +Cc: Alex Henrie

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
---
 gitk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitk b/gitk
index 9a2daf3..30fcd30 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"}}
-- 
2.3.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] gitk: Fix bad English grammar "Matches none Commit Info"
  2015-04-02 21:05 [PATCH] gitk: Fix bad English grammar "Matches none Commit Info" Alex Henrie
@ 2015-04-06  3:46 ` Paul Mackerras
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Mackerras @ 2015-04-06  3:46 UTC (permalink / raw)
  To: Alex Henrie; +Cc: ottxor, git

On Thu, Apr 02, 2015 at 03:05:06PM -0600, Alex Henrie wrote:
> Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
> ---
>  gitk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gitk b/gitk
> index 9a2daf3..30fcd30 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"}}

Thanks, applied.

Paul.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] gitk: Fix bad English grammar "Matches none Commit Info"
@ 2015-05-02  3:13 Alex Henrie
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Henrie @ 2015-05-02  3:13 UTC (permalink / raw)
  To: paulus, ottxor, git; +Cc: Alex Henrie

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
---
 gitk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitk b/gitk
index 9a2daf3..30fcd30 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"}}
-- 
2.3.7

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-02  3:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-02 21:05 [PATCH] gitk: Fix bad English grammar "Matches none Commit Info" Alex Henrie
2015-04-06  3:46 ` Paul Mackerras
2015-05-02  3:13 Alex Henrie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).