Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Mark strings for translation.
[gitweb.git]
/
lib
/
status_bar.tcl
diff --git
a/lib/status_bar.tcl
b/lib/status_bar.tcl
index 72a8fe1fd36932efcb1e2f2e18e4200150436854..769ef81c4bfd153e55ae4cfcacbaaa6ac2c4ffd5 100644
(file)
--- a/
lib/status_bar.tcl
+++ b/
lib/status_bar.tcl
@@
-55,7
+55,7
@@
method update {have total} {
set pdone [expr {100 * $have / $total}]
}
- set status [
format
"%s ... %i of %i %s (%2i%%)" \
+ set status [
mc
"%s ... %i of %i %s (%2i%%)" \
$prefix $have $total $units $pdone]
$w_c coords bar 0 0 $pdone 20
}