gitk: Add another string to translation
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:

committed by
Paul Mackerras

parent
f687aaa833
commit
e0a0199581
2
gitk
2
gitk
@ -3831,7 +3831,7 @@ proc vieweditor {top n title} {
|
|||||||
global known_view_options
|
global known_view_options
|
||||||
|
|
||||||
toplevel $top
|
toplevel $top
|
||||||
wm title $top [concat $title "-- criteria for selecting revisions"]
|
wm title $top [concat $title [mc "-- criteria for selecting revisions"]]
|
||||||
make_transient $top .
|
make_transient $top .
|
||||||
|
|
||||||
# View name
|
# View name
|
||||||
|
Reference in New Issue
Block a user