瀏覽代碼

Remove an extra plus.

It makes the message appear like "... Only the owner of the conferenceNAN".
master
fo 11 年之前
父節點
當前提交
e9c8f00b7e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      toolbar.js

+ 1
- 1
toolbar.js 查看文件

@@ -18,7 +18,7 @@ var Toolbar = (function (my) {
18 18
                 );
19 19
             else
20 20
                 $.prompt("This conversation isn't currently protected by"
21
-                        + " a secret key. Only the owner of the conference" +
21
+                        + " a secret key. Only the owner of the conference"
22 22
                         + " could set a shared key.",
23 23
                     {
24 24
                         title: "Secrect key",

Loading…
取消
儲存