commit 3d01f5a4f26e4074bb839315d9270179929799e0 Author: Mike Perry mikeperry-git@fscked.org Date: Sat Aug 27 15:36:54 2011 -0700
Bug #3811: Create a string to inform users about TBB
This commit just adds the string. I wanted to do this ASAP so we can get it translated before deploying the actual dialog (#3838). --- src/chrome/locale/en/torbutton.properties | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/chrome/locale/en/torbutton.properties b/src/chrome/locale/en/torbutton.properties index 6ff74d7..c1aa1b6 100644 --- a/src/chrome/locale/en/torbutton.properties +++ b/src/chrome/locale/en/torbutton.properties @@ -36,3 +36,4 @@ torbutton.popup.redirect = Redirect torbutton.popup.no_redirect = Don't Redirect torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy? torbutton.popup.no_newnym = Torbutton cannot safely give you a new identity. It does not have access to the Tor Control Port.\n\nAre you running Tor Browser Bundle? +torbutton.popup.use_tbb = It appears that you are using Torbutton with Firefox, which is no longer a recommended safe configuration.\n\nInstead, we recommend that you obtain the latest Tor Browser Bundle by sending email to gettor@torproject.org or by downloading it at the following URL:
tor-commits@lists.torproject.org