Skip to content

Commit

Permalink
Tor Browser is out of date, the launcher version is not in question
Browse files Browse the repository at this point in the history
  • Loading branch information
ioerror committed Feb 18, 2013
1 parent 3ab77db commit a0bddfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torbrowser-launcher
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class TorBrowserLauncher:
launch_gui = False
elif installed_tbb_version < self.current_tbb_version:
# there is a tbb upgrade available
self.set_gui('task', "Your Tor Browser Launcher is out of date. Click Start to download the latest version from https://www.torproject.org.", ['download_tarball', 'download_tarball_sig', 'verify', 'extract', 'run'])
self.set_gui('task', "Your Tor Browser is out of date. Click Start to download the latest version from https://www.torproject.org.", ['download_tarball', 'download_tarball_sig', 'verify', 'extract', 'run'])
else:
# for some reason the installed tbb is newer than the current version?
self.set_gui('error', "Something is wrong. The version of Tor Browser Bundle you have installed is newer than the current version?", [])
Expand Down

0 comments on commit a0bddfc

Please sign in to comment.