diff options
author | Andrew Lewman <andrew@torproject.org> | 2008-06-15 12:51:51 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2008-06-15 12:51:51 +0000 |
commit | 8555a768fdbb5a82a0dba2cd11fd468dd4df366d (patch) | |
tree | c2f7bafc18ac5c7f66fdf04a1e08e6814a3012b7 /contrib/osx/TorBundleDesc.plist.in | |
parent | c96b15f9bc242e1de348a7bf4f38b983a04c2b65 (diff) | |
download | tor-8555a768fdbb5a82a0dba2cd11fd468dd4df366d.tar tor-8555a768fdbb5a82a0dba2cd11fd468dd4df366d.tar.gz |
In Steve Jobs parlance, "boom." The Tor osx bundle is now just Tor and
a startup script. This is consistent with every other OS for which we
build packages. If you want privoxy and torbutton, use the Vidalia
bundle.
svn:r15272
Diffstat (limited to 'contrib/osx/TorBundleDesc.plist.in')
-rw-r--r-- | contrib/osx/TorBundleDesc.plist.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/osx/TorBundleDesc.plist.in b/contrib/osx/TorBundleDesc.plist.in index a70a0691a..3ea24d012 100644 --- a/contrib/osx/TorBundleDesc.plist.in +++ b/contrib/osx/TorBundleDesc.plist.in @@ -5,9 +5,9 @@ <key>IFPkgDescriptionDeleteWarning</key> <string></string> <key>IFPkgDescriptionDescription</key> - <string>Bundled package of Tor @VERSION@, Privoxy 3.0.6, and Torbutton.</string> + <string>Bundled package of Tor @VERSION@.</string> <key>IFPkgDescriptionTitle</key> - <string>Tor - Privoxy - Torbutton Bundle</string> + <string>Tor Expert Bundle</string> <key>IFPkgDescriptionVersion</key> <string>@VERSION@</string> </dict> |