[Pkg-mozext-commits] [SCM] perspectives-extension branch, debian, updated. 4.2-4-136-gd6962eb

Dave Schaefer dave.schaefer at gmail.com
Thu Jun 28 22:05:03 UTC 2012


The following commit has been merged in the debian branch:
commit ca2e3fd9a5f2598cf857e7c05de3243aea3d1d6a
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Mon Jun 11 23:29:19 2012 -0700

    Documentation - Improve pers_alert() explanation.

diff --git a/plugin/chrome/content/common.js b/plugin/chrome/content/common.js
index e331bb2..a9570b6 100644
--- a/plugin/chrome/content/common.js
+++ b/plugin/chrome/content/common.js
@@ -219,8 +219,11 @@ var Pers_util = {
 		} 
 	},
 
-	// wrap all calls to alert() so we show a common title.
-	// this way the user knows the messages are from Perspectives.
+	// Wrap all calls to alert() so we show a common title.
+	// This way the user knows the messages are from Perspectives,
+	// which reduces confusion and makes it more likely that a bug will
+	// actually be reported (since they can now figure out where the bug came from).
+	//
 	// Note: most strings passed here should still be localized strings
 	// taken from dialogs.dtd or notaries.properties files, not hard-coded.
 	// FIXME - existing alerts should be changed to use this. Make sure to test them!

-- 
perspectives-extension



More information about the Pkg-mozext-commits mailing list