Skip to content

Commit

Permalink
[PATCH] gitk: Mark another string for 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 Mar 10, 2008
1 parent 2d48085 commit a3a1f57
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 @@ -1876,7 +1876,7 @@ proc newview {ishighlight} {
raise $top
return
}
set newviewname($nextviewnum) "View $nextviewnum"
set newviewname($nextviewnum) "[mc "View"] $nextviewnum"
set newviewperm($nextviewnum) 0
set newviewargs($nextviewnum) [shellarglist $revtreeargs]
set newviewargscmd($nextviewnum) $viewargscmd($curview)
Expand Down

0 comments on commit a3a1f57

Please sign in to comment.