Skip to content

Commit

Permalink
gitk: Mark some more strings 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 Apr 17, 2009
1 parent 84b4b83 commit b56e0a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gitk
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ proc updatecommits {} {
incr viewactive($view)
set viewcomplete($view) 0
reset_pending_select {}
nowbusy $view "Reading"
nowbusy $view [mc "Reading"]
if {$showneartags} {
getallcommits
}
Expand Down Expand Up @@ -3772,7 +3772,7 @@ proc editview {} {
set newviewopts($curview,perm) $viewperm($curview)
set newviewopts($curview,cmd) $viewargscmd($curview)
decode_view_opts $curview $viewargs($curview)
vieweditor $top $curview "Gitk: edit view $viewname($curview)"
vieweditor $top $curview "[mc "Gitk: edit view"] $viewname($curview)"
}

proc vieweditor {top n title} {
Expand Down Expand Up @@ -10400,7 +10400,7 @@ proc doprefs {} {
proc choose_extdiff {} {
global extdifftool

set prog [tk_getOpenFile -title "External diff tool" -multiple false]
set prog [tk_getOpenFile -title [mc "External diff tool"] -multiple false]
if {$prog ne {}} {
set extdifftool $prog
}
Expand Down

0 comments on commit b56e0a9

Please sign in to comment.