Переглянути джерело

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

Завантаження…
Відмінити
Зберегти