diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-03-15 23:07:54 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-15 23:07:54 -0700 |
commit | f4198c9b7d319a7a595f0d759e7d8094387ab77b (patch) | |
tree | 80f3d8d9cadd41d5245292cc4314206a70ce5f66 /git-gui/lib | |
parent | 1f9ff0de82f0f2990f3d6f06dad1d381158c2a75 (diff) | |
parent | 739a6d4970836463f5ffc9f56381e4efc9e61914 (diff) | |
download | git-f4198c9b7d319a7a595f0d759e7d8094387ab77b.tar.gz git-f4198c9b7d319a7a595f0d759e7d8094387ab77b.tar.xz |
Merge branch 'master' of git://repo.or.cz/git-gui
* 'master' of git://repo.or.cz/git-gui:
git-gui: Improve directions regarding POT update in po/README
git-gui: Update Japanese translation
git-gui: Adjusted Japanese translation to updated POT
git-gui: Update Japanese translation
git-gui: Don't translate the special Apple menu
git-gui: Updated Hungarian translation (e5fba18)
git-gui: update russian translation
git-gui: remove spurious "fuzzy" attributes in po/it.po
git-gui: updated Swedish translation
git-gui: Regenerated po template and merged translations with it
Update Hungarian translation. 100% completed.
git-gui: update Italian translation
Diffstat (limited to 'git-gui/lib')
-rw-r--r-- | git-gui/lib/choose_repository.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui/lib/choose_repository.tcl b/git-gui/lib/choose_repository.tcl index 0adcf9d95..ae4a4cd0a 100644 --- a/git-gui/lib/choose_repository.tcl +++ b/git-gui/lib/choose_repository.tcl @@ -38,7 +38,7 @@ constructor pick {} { menu $m_repo if {[is_MacOSX]} { - $w.mbar add cascade -label [mc Apple] -menu .mbar.apple + $w.mbar add cascade -label Apple -menu .mbar.apple menu $w.mbar.apple $w.mbar.apple add command \ -label [mc "About %s" [appname]] \ |