summaryrefslogtreecommitdiff
path: root/git-gui/lib
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-03-16 06:07:54 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-03-16 06:07:54 (GMT)
commitf4198c9b7d319a7a595f0d759e7d8094387ab77b (patch)
tree80f3d8d9cadd41d5245292cc4314206a70ce5f66 /git-gui/lib
parent1f9ff0de82f0f2990f3d6f06dad1d381158c2a75 (diff)
parent739a6d4970836463f5ffc9f56381e4efc9e61914 (diff)
downloadgit-f4198c9b7d319a7a595f0d759e7d8094387ab77b.zip
git-f4198c9b7d319a7a595f0d759e7d8094387ab77b.tar.gz
git-f4198c9b7d319a7a595f0d759e7d8094387ab77b.tar.bz2
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.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui/lib/choose_repository.tcl b/git-gui/lib/choose_repository.tcl
index 0adcf9d..ae4a4cd 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]] \