diff --git a/chrome/content/zotero/preferences/preferences.js b/chrome/content/zotero/preferences/preferences.js index 2fcdf23d1a..c4c055c357 100644 --- a/chrome/content/zotero/preferences/preferences.js +++ b/chrome/content/zotero/preferences/preferences.js @@ -1300,7 +1300,7 @@ Zotero_Preferences.Debug_Output = { pr.alert( "Submitted", "Debug output has been sent to the Zotero server.\n\n" - + "The Report ID is D" + reportID + "." + + "The Debug ID is D" + reportID + "." ); } @@ -1685,4 +1685,4 @@ function updateProxyPrefs() { Zotero.Prefs.set("proxies.transparent", newTransparent); Zotero.Proxies.init() -} \ No newline at end of file +}