Add "since starting Firefox" to "The following errors have occurred" in error report window

This commit is contained in:
Dan Stillman 2009-08-10 00:41:04 +00:00
parent c9706c9f33
commit 19c6e59bab
42 changed files with 2 additions and 42 deletions

View file

@ -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>

View file

@ -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
};