]> Pileus Git - ~andy/sunrise/blob - www-client/torbrowser/files/12.0/0013-Rebrand-Firefox-to-TorBrowser.patch
imported into portage
[~andy/sunrise] / www-client / torbrowser / files / 12.0 / 0013-Rebrand-Firefox-to-TorBrowser.patch
1 From 6a588618b49d59512c118802911d6f95c610299f Mon Sep 17 00:00:00 2001
2 From: Erinn Clark <erinn@torproject.org>
3 Date: Wed, 25 Apr 2012 09:14:00 -0300
4 Subject: [PATCH 13/16] Rebrand Firefox to TorBrowser
5
6 This patch does some basic renaming of Firefox to TorBrowser. The rest of the
7 branding is done by images and icons.
8 ---
9  browser/branding/official/configure.sh             |    2 +-
10  browser/branding/official/locales/en-US/brand.dtd  |    6 +++---
11  .../official/locales/en-US/brand.properties        |    6 +++---
12  3 files changed, 7 insertions(+), 7 deletions(-)
13
14 diff --git a/browser/branding/official/configure.sh b/browser/branding/official/configure.sh
15 index 4d3d297..e9b3738 100644
16 --- a/browser/branding/official/configure.sh
17 +++ b/browser/branding/official/configure.sh
18 @@ -1,2 +1,2 @@
19 -MOZ_APP_DISPLAYNAME=Firefox
20 +MOZ_APP_DISPLAYNAME=TorBrowser
21  MOZ_UA_BUILDID=20100101
22 diff --git a/browser/branding/official/locales/en-US/brand.dtd b/browser/branding/official/locales/en-US/brand.dtd
23 index 142d79b..c137e04 100644
24 --- a/browser/branding/official/locales/en-US/brand.dtd
25 +++ b/browser/branding/official/locales/en-US/brand.dtd
26 @@ -1,4 +1,4 @@
27 -<!ENTITY  brandShortName        "Firefox">
28 -<!ENTITY  brandFullName         "Mozilla Firefox">
29 -<!ENTITY  vendorShortName       "Mozilla">
30 +<!ENTITY  brandShortName        "TorBrowser">
31 +<!ENTITY  brandFullName         "Tor Browser">
32 +<!ENTITY  vendorShortName       "Tor Project">
33  <!ENTITY  trademarkInfo.part1   "Firefox and the Firefox logos are trademarks of the Mozilla Foundation.">
34 diff --git a/browser/branding/official/locales/en-US/brand.properties b/browser/branding/official/locales/en-US/brand.properties
35 index 5f3ad54..62ac2fd 100644
36 --- a/browser/branding/official/locales/en-US/brand.properties
37 +++ b/browser/branding/official/locales/en-US/brand.properties
38 @@ -1,6 +1,6 @@
39 -brandShortName=Firefox
40 -brandFullName=Mozilla Firefox
41 -vendorShortName=Mozilla
42 +brandShortName=TorBrowser
43 +brandFullName=Tor Browser
44 +vendorShortName=Tor Project
45  
46  homePageSingleStartMain=Firefox Start, a fast home page with built-in search
47  homePageImport=Import your home page from %S
48 -- 
49 1.7.5.4
50