[Pkg-mozext-commits] [perspectives-extension] 19/22: Perspectives - Add missing space in dialog message

David Prévot taffit at moszumanska.debian.org
Mon May 12 17:17:44 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch debian
in repository perspectives-extension.

commit b0386d2d4ae0f4db4c6776e016c0d3645f23841e
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Tue May 6 22:07:42 2014 -0600

    Perspectives - Add missing space in dialog message
---
 plugin/chrome/content/notaries.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/chrome/content/notaries.js b/plugin/chrome/content/notaries.js
index 3b1410f..c772a47 100644
--- a/plugin/chrome/content/notaries.js
+++ b/plugin/chrome/content/notaries.js
@@ -998,7 +998,7 @@ var Perspectives = {
 		var error_text = Perspectives.detectInvalidURI(win);  
 		if(error_text) { 
 			Pers_util.pers_alert(Perspectives.strbundle.getString("invalidURI")
-				+ "(" + error_text + ")");
+				+ " (" + error_text + ")");
 			return; 
 		} 
 		var ti = Perspectives.getCurrentTabInfo(win);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/perspectives-extension.git



More information about the Pkg-mozext-commits mailing list