diff options
author | Michele Ballabio <barra_cuda@katamail.com> | 2009-05-23 11:48:25 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2009-05-25 09:46:31 +1000 |
commit | e0a0199581ea30abb58ba812047657b35f4ee639 (patch) | |
tree | dbda2be45e9a03e8b8852d2e8b7a5d3520cee979 | |
parent | f687aaa83371f0fd9aa41e62cd74405491ddab78 (diff) | |
download | git-e0a0199581ea30abb58ba812047657b35f4ee639.tar.gz git-e0a0199581ea30abb58ba812047657b35f4ee639.tar.xz |
gitk: Add another string to translation
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rwxr-xr-x | gitk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |