Add "since starting Firefox" to "The following errors have occurred" in error report window
This commit is contained in:
parent
c9706c9f33
commit
19c6e59bab
42 changed files with 2 additions and 42 deletions
|
@ -102,7 +102,6 @@
|
|||
<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>
|
||||
|
|
|
@ -2965,7 +2965,7 @@ var ZoteroPane = new function()
|
|||
var ww = Components.classes["@mozilla.org/embedcomp/window-watcher;1"]
|
||||
.getService(Components.interfaces.nsIWindowWatcher);
|
||||
var data = {
|
||||
msg: Zotero.getString('errorReport.followingErrors'),
|
||||
msg: Zotero.getString('errorReport.followingErrors', Zotero.appName),
|
||||
e: errors.join('\n\n'),
|
||||
askForSteps: true
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue