diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-02-13 11:04:58 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-13 11:04:58 -0800 |
commit | 41e2edf41a6d501f1b8beca7f1f0bcbe9296dcc2 (patch) | |
tree | 5a3e97b7c147242f3550a7318ec45480ecaa7480 /git-gui/lib/index.tcl | |
parent | 6bc4c72132adbdc06c428f86a96f27e4f8173b99 (diff) | |
parent | 95b002eeb38de89feb7f0cc1a55721b45fd3cf11 (diff) | |
download | git-41e2edf41a6d501f1b8beca7f1f0bcbe9296dcc2.tar.gz |
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.tcl | 2 |
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."]}] } } |