293251 Reporter should use brand entities rather than hardcode product name thanks to Neil for help on this one. a=asa

This commit is contained in:
robert%accettura.com 2005-05-23 01:02:27 +00:00
Родитель 864630c0c0
Коммит eea9d40425
2 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -2,7 +2,7 @@
<!ENTITY reportWizard.title "Report A Broken Web Site">
<!ENTITY privacyNotice.label "Privacy Policy">
<!ENTITY reportWizardPrivacy.description "This tool allows you to tell the Evangelism Team about web sites that do not work properly in Firefox, or shut Firefox out. This is your way to help us ensure the best possible experience for Firefox users. Please take a moment to read the following to learn how we use the information we collect should you choose to participate.">
<!ENTITY reportWizardPrivacy.description "This tool allows you to tell the Evangelism Team about web sites that do not work properly in &brandShortName;, or shut &brandShortName; out. This is your way to help us ensure the best possible experience for &brandShortName; users. Please take a moment to read the following to learn how we use the information we collect should you choose to participate.">
<!ENTITY reportWizardMustAgree.description "To continue you need to agree to the privacy policy above.">
<!ENTITY dontShowPrivacyStatement.label "I have read and accept the above privacy policy.">
@ -44,4 +44,3 @@
<!ENTITY sendReport.description "Sending Report to server...">
<!ENTITY finish.label "Report Sent">

Просмотреть файл

@ -38,7 +38,12 @@
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://reporter/skin/reportWizard.css" type="text/css"?>
<!DOCTYPE wizard SYSTEM "chrome://reporter/locale/reportWizard.dtd">
<!DOCTYPE wizard [
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
%brandDTD;
<!ENTITY % reportWizardDTD SYSTEM "chrome://reporter/locale/reportWizard.dtd">
%reportWizardDTD;
]>
<wizard id="reportWizard" title="&reportWizard.title;"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">