From e9c8f00b7e91d1e4b5cfaec84edf325beaf19f10 Mon Sep 17 00:00:00 2001 From: fo Date: Thu, 14 Aug 2014 16:53:12 +0300 Subject: [PATCH] Remove an extra plus. It makes the message appear like "... Only the owner of the conferenceNAN". --- toolbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbar.js b/toolbar.js index 3bb34971a..4a3ee1f5e 100644 --- a/toolbar.js +++ b/toolbar.js @@ -18,7 +18,7 @@ var Toolbar = (function (my) { ); else $.prompt("This conversation isn't currently protected by" - + " a secret key. Only the owner of the conference" + + + " a secret key. Only the owner of the conference" + " could set a shared key.", { title: "Secrect key",