Mozilla Firefox is a free, open-source and cross-platform web browser for Windows, Linux, MacOS X and many other operating systems. It is fast and easy to use, and offers many advantages over other web browsers, such as tabbed browsing and the ability to block pop-up windows. Firefox also offers excellent bookmark and history management, and it can be extended by developers using industry standards such as XML, CSS, JavaScript, C++, etc. Many extensions are available.
18 lines
739 B
Text
18 lines
739 B
Text
$NetBSD: patch-rc,v 1.1 2017/04/27 01:55:57 ryoon Exp $
|
|
|
|
* Fix application name
|
|
|
|
--- browser/branding/unofficial/locales/en-US/brand.dtd.orig 2015-08-24 21:53:06.000000000 +0000
|
|
+++ browser/branding/unofficial/locales/en-US/brand.dtd
|
|
@@ -2,8 +2,8 @@
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
-<!ENTITY brandShorterName "Nightly">
|
|
-<!ENTITY brandShortName "Nightly">
|
|
-<!ENTITY brandFullName "Nightly">
|
|
+<!ENTITY brandShorterName "Browser">
|
|
+<!ENTITY brandShortName "Browser">
|
|
+<!ENTITY brandFullName "Browser">
|
|
<!ENTITY vendorShortName "Mozilla">
|
|
<!ENTITY trademarkInfo.part1 " ">
|