summaryrefslogtreecommitdiff
path: root/git-gui/lib/index.tcl
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2008-02-13 11:04:58 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-02-13 11:04:58 -0800
commit41e2edf41a6d501f1b8beca7f1f0bcbe9296dcc2 (patch)
tree5a3e97b7c147242f3550a7318ec45480ecaa7480 /git-gui/lib/index.tcl
parentMerge git://git.kernel.org/pub/scm/gitk/gitk (diff)
parentgit-gui: Automatically spell check commit messages as the user types (diff)
downloadtgif-41e2edf41a6d501f1b8beca7f1f0bcbe9296dcc2.tar.xz
Merge git://repo.or.cz/git-gui
* git://repo.or.cz/git-gui: git-gui: Automatically spell check commit messages as the user types git-gui: support Git Gui.app under OS X 10.5 git-gui: Update German translation. git-gui: (i18n) Fix a bunch of still untranslated strings.
Diffstat (limited to 'git-gui/lib/index.tcl')
-rw-r--r--git-gui/lib/index.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui/lib/index.tcl b/git-gui/lib/index.tcl
index 30a244cc17..3c1fce7475 100644
--- a/git-gui/lib/index.tcl
+++ b/git-gui/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."]}]
}
}