mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 957167 - MetroFX crash prompt: Allow positioning privacy policy link at arbitrary position in sentence. r=tabraldes
This commit is contained in:
parent
b70b324ff2
commit
c8cbe621e9
@ -103,11 +103,9 @@
|
||||
<label id="crashpromptDetailedMessage">
|
||||
&crashprompt.detailedMessage.firstParagraph;<br />
|
||||
&crashprompt.detailedMessage.secondParagraph;<br />
|
||||
&crashprompt.detailedMessage.thirdParagraph;
|
||||
<a id="privacyPolicyLink"
|
||||
href="javascript:togglePrivacyDetails();">
|
||||
&crashprompt.privacyPolicyLink;
|
||||
</a>
|
||||
&crashprompt.detailedMessage.thirdParagraphBeforeLink;<!--
|
||||
--><a id="privacyPolicyLink" href="javascript:togglePrivacyDetails();">&crashprompt.privacyPolicyLink;</a><!--
|
||||
-->&crashprompt.detailedMessage.thirdParagraphAfterLink;
|
||||
</label>
|
||||
</div>
|
||||
</p>
|
||||
|
@ -8,8 +8,13 @@
|
||||
<!ENTITY crashprompt.detailsLink "What's in a crash report?">
|
||||
<!ENTITY crashprompt.detailedMessage.firstParagraph "A crash report contains some details about the crash, your machine, as well as a snapshot of the state of your browser when it crashed.">
|
||||
<!ENTITY crashprompt.detailedMessage.secondParagraph "This may include things like open pages, text typed into forms and the content of open messages, recent browsing history, or geolocation shared with a site.">
|
||||
<!ENTITY crashprompt.detailedMessage.thirdParagraph "We use crash reports to try to fix problems and improve our products. We handle your information as we describe in our ">
|
||||
<!-- LOCALIZATION NOTE (crashprompt.detailedMessage.thirdParagraphBeforeLink, crashprompt.privacyPolicyLink, crashprompt.detailedMessage.thirdParagraphAfterLink):
|
||||
These three entities form a single sentence. crashprompt.detailedMessage.thirdParagraphBeforeLink is the start of the sentence,
|
||||
crashprompt.privacyPolicyLink is a clickable link the middle and crashprompt.detailedMessage.thirdParagraphAfterLink is the end of the sentence.
|
||||
-->
|
||||
<!ENTITY crashprompt.detailedMessage.thirdParagraphBeforeLink "We use crash reports to try to fix problems and improve our products. We handle your information as we describe in our ">
|
||||
<!ENTITY crashprompt.privacyPolicyLink "&brandShortName; privacy policy">
|
||||
<!ENTITY crashprompt.detailedMessage.thirdParagraphAfterLink ".">
|
||||
<!ENTITY crashprompt.includeURLLabel "Include the address of the page I was on">
|
||||
<!ENTITY crashprompt.acceptbutton "Send reports">
|
||||
<!ENTITY crashprompt.refusebutton "Don't send">
|
||||
|
Loading…
Reference in New Issue
Block a user