X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=lib%2Findex.tcl;h=3c1fce7475d362d1880d915ff4bdf168fda28593;hb=0c87a951c2970ec5fe204c3743b467819ee42a64;hp=30a244cc170a344ba99be1c7be07fdebe4333bde;hpb=d4544601513c9ab5a702d7815afcdf13014b06cc;p=git.git diff --git a/lib/index.tcl b/lib/index.tcl index 30a244cc1..3c1fce747 100644 --- a/lib/index.tcl +++ b/lib/index.tcl @@ -310,7 +310,7 @@ proc add_helper {txt paths} { update_index \ $txt \ $pathList \ - [concat $after {ui_status {Ready to commit.}}] + [concat $after {ui_status [mc "Ready to commit."]}] } }