Skip to content

Commit

Permalink
Update gpg warning to tell users to install python3 libs
Browse files Browse the repository at this point in the history
Update gpg warning to tell users to install python3 libs now that
we're using python3
  • Loading branch information
samertm committed Feb 14, 2019
1 parent 46ce5a3 commit 6d07afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dropbox.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ from posixpath import curdir, sep, pardir, join, abspath, commonprefix
INFO = "Dropbox is the easiest way to share and store your files online. Want to learn more? Head to"
LINK = "https://www.dropbox.com/"
WARNING = "In order to use Dropbox, you must download the proprietary daemon."
GPG_WARNING = "Note: python-gpg (python-gpgme for Ubuntu 16.10 and lower) is not installed, we will not be able to verify binary signatures."
GPG_WARNING = "Note: python3-gpg (python3-gpgme for Ubuntu 16.10 and lower) is not installed, we will not be able to verify binary signatures."
ERROR_CONNECTING = "Trouble connecting to Dropbox servers. Maybe your internet connection is down, or you need to set your http_proxy environment variable."
ERROR_SIGNATURE = "Downloaded binary does not match Dropbox signature, aborting install."
ERROR_INVALID_DROPBOX = "Could not start the Dropbox daemon. Make sure your computer meets the minimum requirements:\nhttps://www.dropbox.com/help/desktop-web/system-requirements#desktop"
Expand Down

0 comments on commit 6d07afc

Please sign in to comment.