* [PATCH] gitk: Fix typo in user message.
@ 2008-01-09 21:23 Christian Stimming
0 siblings, 0 replies; only message in thread
From: Christian Stimming @ 2008-01-09 21:23 UTC (permalink / raw)
To: Paul Mackerras; +Cc: git
Signed-off-by: Christian Stimming <stimming@tuhh.de>
---
gitk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gitk b/gitk
index 801a5a9..b3cb8e8 100755
--- a/gitk
+++ b/gitk
@@ -2629,12 +2629,12 @@ proc askrelhighlight {row id} {
if {![info exists selectedline]} return
set isbold 0
- if {$highlight_related eq [mc "Descendent"] ||
- $highlight_related eq [mc "Not descendent"]} {
+ if {$highlight_related eq [mc "Descendant"] ||
+ $highlight_related eq [mc "Not descendant"]} {
if {![info exists descendent($id)]} {
is_descendent $id
}
- if {$descendent($id) == ($highlight_related eq [mc "Descendent"])} {
+ if {$descendent($id) == ($highlight_related eq [mc "Descendant"])} {
set isbold 1
}
} elseif {$highlight_related eq [mc "Ancestor"] ||
--
1.5.3.4.206.g58ba4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-09 21:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-09 21:23 [PATCH] gitk: Fix typo in user message Christian Stimming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox