Skip to content

Commit e0a0199

Browse files
chungapaulusmack
authored andcommitted
gitk: Add another string to translation
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
1 parent f687aaa commit e0a0199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3831,7 +3831,7 @@ proc vieweditor {top n title} {
38313831
global known_view_options
38323832

38333833
toplevel $top
3834-
wm title $top [concat $title "-- criteria for selecting revisions"]
3834+
wm title $top [concat $title [mc "-- criteria for selecting revisions"]]
38353835
make_transient $top .
38363836

38373837
# View name

0 commit comments

Comments
 (0)