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/git-gui.sh | |
parent | 1f9ff0de82f0f2990f3d6f06dad1d381158c2a75 (diff) | |
parent | 739a6d4970836463f5ffc9f56381e4efc9e61914 (diff) | |
download | git-f4198c9b7d319a7a595f0d759e7d8094387ab77b.tar.gz |
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/git-gui.sh')
-rwxr-xr-x | git-gui/git-gui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui/git-gui.sh b/git-gui/git-gui.sh index 3a58cd2c6b..5e97fbf03e 100755 --- a/git-gui/git-gui.sh +++ b/git-gui/git-gui.sh @@ -2089,7 +2089,7 @@ if {[is_enabled transport]} { if {[is_MacOSX]} { # -- Apple Menu (Mac OS X only) # - .mbar add cascade -label [mc Apple] -menu .mbar.apple + .mbar add cascade -label Apple -menu .mbar.apple menu .mbar.apple .mbar.apple add command -label [mc "About %s" [appname]] \ |