commit 75ae35500565fc55d007c44555eb7fa6d5f69047 parent 5bdec6ba1b15bf5200b4e402da68914f10452c5d Author: Dan Stillman <dstillman@zotero.org> Date: Wed, 19 Aug 2009 05:19:52 +0000 Call debug log report ids Debug IDs Diffstat:
| M | chrome/content/zotero/preferences/preferences.js | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git 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 +}