Add lines to the error reporting wizard that 1) the error log may contain messages unrelated to Zotero and 2) the user should see the Known Issues page and the forums for further assistance
This commit is contained in:
parent
1c3d1438e4
commit
0362c91383
|
@ -106,6 +106,8 @@
|
|||
<wizardpage onpageshow="Zotero_Error_Report.init()">
|
||||
<description id="zotero-failure-message"/>
|
||||
<textbox id="zotero-error-message" class="plain" readonly="true" multiline="true" rows="6"/>
|
||||
<!-- TODO: RTL language support -->
|
||||
<description id="zotero-unrelated-message">&zotero.general.note; &zotero.errorReport.unrelatedMessages;</description>
|
||||
<description id="zotero-advance-message"/>
|
||||
</wizardpage>
|
||||
|
||||
|
@ -132,5 +134,6 @@
|
|||
<textbox id="zotero-report-id" class="plain" readonly="true"/>
|
||||
</description>
|
||||
<description>&zotero.errorReport.includeReportID;</description>
|
||||
<description>&zotero.errorReport.furtherAssistance;</description>
|
||||
</wizardpage>
|
||||
</wizard>
|
||||
|
|
|
@ -1,11 +1,14 @@
|
|||
<!ENTITY zotero.general.optional "(Optional)">
|
||||
<!ENTITY zotero.general.note "Note:">
|
||||
|
||||
<!ENTITY zotero.errorReport.unrelatedMessages "The error log may include messages unrelated to Zotero.">
|
||||
<!ENTITY zotero.errorReport.additionalInfo "Additional Information">
|
||||
<!ENTITY zotero.errorReport.emailAddress "Your e-mail address:">
|
||||
<!ENTITY zotero.errorReport.errorSteps "What were you doing when the error occurred? If possible, please include steps to reproduce the error.">
|
||||
<!ENTITY zotero.errorReport.submissionInProgress "Please wait while the error report is submitted.">
|
||||
<!ENTITY zotero.errorReport.submitted "The error report has been submitted.">
|
||||
<!ENTITY zotero.errorReport.reportID "Report ID:">
|
||||
<!ENTITY zotero.errorReport.furtherAssistance "See the Known Issues page and the forums for further assistance.">
|
||||
<!ENTITY zotero.errorReport.includeReportID "Please include the Report ID in any correspondence with the Zotero developers regarding this issue.">
|
||||
|
||||
<!ENTITY zotero.upgrade.newVersionInstalled "You have installed a new version of Zotero.">
|
||||
|
|
|
@ -7,8 +7,12 @@ description {
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
#zotero-unrelated-message {
|
||||
margin: 1em 0 .5em;
|
||||
}
|
||||
|
||||
#zotero-advance-message {
|
||||
margin: 1.5em 0 .5em;
|
||||
margin: .5em 0;
|
||||
}
|
||||
|
||||
/* Additional Info pane */
|
||||
|
@ -25,7 +29,7 @@ description {
|
|||
}
|
||||
|
||||
#zotero-error-steps-box description {
|
||||
margin-bottom: .25em;
|
||||
margin-bottom: .4em;
|
||||
}
|
||||
|
||||
/* Submitted pane */
|
||||
|
|
Loading…
Reference in New Issue
Block a user