mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 830498 - fix hardcoded brand references in data choices prefpane, r=jaws
This commit is contained in:
parent
17b82197ea
commit
75638bf557
@ -227,17 +227,17 @@
|
|||||||
#endif
|
#endif
|
||||||
#ifdef MOZ_SERVICES_HEALTHREPORT
|
#ifdef MOZ_SERVICES_HEALTHREPORT
|
||||||
<groupbox>
|
<groupbox>
|
||||||
<caption label="&FHRSection.label;"/>
|
<caption label="&healthReportSection.label;"/>
|
||||||
<description>&FHRDesc.label;</description>
|
<description>&healthReportDesc.label;</description>
|
||||||
<hbox>
|
<hbox>
|
||||||
<checkbox id="submitHealthReportBox"
|
<checkbox id="submitHealthReportBox"
|
||||||
oncommand="gAdvancedPane.updateSubmitHealthReport();"
|
oncommand="gAdvancedPane.updateSubmitHealthReport();"
|
||||||
label="&enableFHR.label;"
|
label="&enableHealthReport.label;"
|
||||||
accesskey="&enableFHR.accesskey;"/>
|
accesskey="&enableHealthReport.accesskey;"/>
|
||||||
<spacer flex="1"/>
|
<spacer flex="1"/>
|
||||||
<label id="FHRLearnMore"
|
<label id="FHRLearnMore"
|
||||||
class="text-link"
|
class="text-link"
|
||||||
value="&FHRLearnMore.label;"/>
|
value="&healthReportLearnMore.label;"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
</groupbox>
|
</groupbox>
|
||||||
#endif
|
#endif
|
||||||
|
@ -245,17 +245,17 @@
|
|||||||
#endif
|
#endif
|
||||||
#ifdef MOZ_SERVICES_HEALTHREPORT
|
#ifdef MOZ_SERVICES_HEALTHREPORT
|
||||||
<groupbox>
|
<groupbox>
|
||||||
<caption label="&FHRSection.label;"/>
|
<caption label="&healthReportSection.label;"/>
|
||||||
<description>&FHRDesc.label;</description>
|
<description>&healthReportDesc.label;</description>
|
||||||
<hbox>
|
<hbox>
|
||||||
<checkbox id="submitHealthReportBox"
|
<checkbox id="submitHealthReportBox"
|
||||||
oncommand="gAdvancedPane.updateSubmitHealthReport();"
|
oncommand="gAdvancedPane.updateSubmitHealthReport();"
|
||||||
label="&enableFHR.label;"
|
label="&enableHealthReport.label;"
|
||||||
accesskey="&enableFHR.accesskey;"/>
|
accesskey="&enableHealthReport.accesskey;"/>
|
||||||
<spacer flex="1"/>
|
<spacer flex="1"/>
|
||||||
<label id="FHRLearnMore"
|
<label id="FHRLearnMore"
|
||||||
class="text-link"
|
class="text-link"
|
||||||
value="&FHRLearnMore.label;"/>
|
value="&healthReportLearnMore.label;"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
</groupbox>
|
</groupbox>
|
||||||
#endif
|
#endif
|
||||||
|
@ -35,11 +35,11 @@
|
|||||||
|
|
||||||
<!ENTITY dataChoicesTab.label "Data Choices">
|
<!ENTITY dataChoicesTab.label "Data Choices">
|
||||||
|
|
||||||
<!ENTITY FHRSection.label "Firefox Health Report">
|
<!ENTITY healthReportSection.label "&brandShortName; Health Report">
|
||||||
<!ENTITY FHRDesc.label "Helps you understand your browser performance and shares data with &vendorShortName; about your browser health">
|
<!ENTITY healthReportDesc.label "Helps you understand your browser performance and shares data with &vendorShortName; about your browser health">
|
||||||
<!ENTITY enableFHR.label "Enable Firefox Health Report">
|
<!ENTITY enableHealthReport.label "Enable &brandShortName; Health Report">
|
||||||
<!ENTITY enableFHR.accesskey "F">
|
<!ENTITY enableHealthReport.accesskey "R">
|
||||||
<!ENTITY FHRLearnMore.label "Learn More">
|
<!ENTITY healthReportLearnMore.label "Learn More">
|
||||||
|
|
||||||
<!ENTITY telemetrySection.label "Telemetry">
|
<!ENTITY telemetrySection.label "Telemetry">
|
||||||
<!ENTITY telemetryDesc.label "Shares performance, usage, hardware and customization data about your browser with &vendorShortName; to help us make &brandShortName; better">
|
<!ENTITY telemetryDesc.label "Shares performance, usage, hardware and customization data about your browser with &vendorShortName; to help us make &brandShortName; better">
|
||||||
|
Loading…
Reference in New Issue
Block a user