[check/master] It's Tor Browser now, not Tor Browser Bundle.

commit 35c0076b8cd55a85f5a91ced4ae21060eb748889 Author: Matt Pagan <matt@pagan.io> Date: Sat Dec 20 19:40:51 2014 -0600 It's Tor Browser now, not Tor Browser Bundle. --- check.pot | 4 ++-- public/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/check.pot b/check.pot index b412daf..79398e1 100644 --- a/check.pot +++ b/check.pot @@ -22,7 +22,7 @@ msgid "" "the Internet anonymously." msgstr "" -msgid "There is a security update available for the Tor Browser Bundle." +msgid "There is a security update available for Tor Browser." msgstr "" msgid "" @@ -89,7 +89,7 @@ msgstr "" msgid "JavaScript is disabled." msgstr "" -msgid "However, it does not appear to be the Tor Browser Bundle." +msgid "However, it does not appear to be Tor Browser." msgstr "" msgid "Run a Relay" diff --git a/public/index.html b/public/index.html index 16eaff2..05c2e56 100644 --- a/public/index.html +++ b/public/index.html @@ -81,13 +81,13 @@ {{ if .IsTor }} {{ if .NotUpToDate }} <p class="security"> - {{ GetText .Lang "There is a security update available for the Tor Browser Bundle." }}<br /> + {{ GetText .Lang "There is a security update available for Tor Browser." }}<br /> {{ GetText .Lang "<a href=\"https://www.torproject.org/download/download-easy.html\">Click here to go to the download page</a>" | UnEscaped }} </p> {{ else }} {{ if .NotTBB }} <p class="security"> - {{ GetText .Lang "However, it does not appear to be the Tor Browser Bundle." }}<br /> + {{ GetText .Lang "However, it does not appear to be Tor Browser." }}<br /> {{ GetText .Lang "<a href=\"https://www.torproject.org/download/download-easy.html\">Click here to go to the download page</a>" | UnEscaped }} </p> {{ end }}
participants (1)
-
arlo@torproject.org