Call debug log report ids Debug IDs

This commit is contained in:
Dan Stillman 2009-08-19 05:19:52 +00:00
parent 5bdec6ba1b
commit 75ae355005

View File

@ -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()
}
}