Skip to content

Commit

Permalink
gitk: Add another string to translation
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Michele Ballabio authored and Paul Mackerras committed May 24, 2009
1 parent f687aaa commit e0a0199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0a0199

Please sign in to comment.