ソースを参照

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",

読み込み中…
キャンセル
保存