File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
37783778proc vieweditor {top n title} {
@@ -10400,7 +10400,7 @@ proc doprefs {} {
1040010400proc 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 }
You can’t perform that action at this time.
0 commit comments