ソースを参照

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

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