浏览代码

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
                 );
18
                 );
19
             else
19
             else
20
                 $.prompt("This conversation isn't currently protected by"
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
                         + " could set a shared key.",
22
                         + " could set a shared key.",
23
                     {
23
                     {
24
                         title: "Secrect key",
24
                         title: "Secrect key",

正在加载...
取消
保存