Skip to content

Commit b56e0a9

Browse files
chungapaulusmack
authored andcommitted
gitk: Mark some more strings for translation
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
1 parent 84b4b83 commit b56e0a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gitk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ proc updatecommits {} {
521521
incr viewactive($view)
522522
set viewcomplete($view) 0
523523
reset_pending_select {}
524-
nowbusy $view "Reading"
524+
nowbusy $view [mc "Reading"]
525525
if {$showneartags} {
526526
getallcommits
527527
}
@@ -3772,7 +3772,7 @@ proc editview {} {
37723772
set newviewopts($curview,perm) $viewperm($curview)
37733773
set newviewopts($curview,cmd) $viewargscmd($curview)
37743774
decode_view_opts $curview $viewargs($curview)
3775-
vieweditor $top $curview "Gitk: edit view $viewname($curview)"
3775+
vieweditor $top $curview "[mc "Gitk: edit view"] $viewname($curview)"
37763776
}
37773777

37783778
proc vieweditor {top n title} {
@@ -10400,7 +10400,7 @@ proc doprefs {} {
1040010400
proc choose_extdiff {} {
1040110401
global extdifftool
1040210402

10403-
set prog [tk_getOpenFile -title "External diff tool" -multiple false]
10403+
set prog [tk_getOpenFile -title [mc "External diff tool"] -multiple false]
1040410404
if {$prog ne {}} {
1040510405
set extdifftool $prog
1040610406
}

0 commit comments

Comments
 (0)