mirror of
https://github.com/git/git.git
synced 2025-03-21 20:54:12 +00:00
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:
parent
f687aaa833
commit
e0a0199581
2
gitk
2
gitk
@ -3831,7 +3831,7 @@ proc vieweditor {top n title} {
|
||||
global known_view_options
|
||||
|
||||
toplevel $top
|
||||
wm title $top [concat $title "-- criteria for selecting revisions"]
|
||||
wm title $top [concat $title [mc "-- criteria for selecting revisions"]]
|
||||
make_transient $top .
|
||||
|
||||
# View name
|
||||
|
Loading…
x
Reference in New Issue
Block a user