提交 55e34436 编写于 作者: C Christian Stimming 提交者: Junio C Hamano

gitk: Fix typo in user message.

Signed-off-by: NChristian Stimming <stimming@tuhh.de>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 66e15a6b
......@@ -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"] ||
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册