Browse Source

Changes start muted labels.

master
hristoterezov 10 years ago
parent
commit
7f616fc823
3 changed files with 4 additions and 3 deletions
  1. 1
    0
      css/settingsmenu.css
  2. 1
    1
      index.html
  3. 2
    2
      lang/main.json

+ 1
- 0
css/settingsmenu.css View File

63
 }
63
 }
64
 
64
 
65
 .startMutedLabel {
65
 .startMutedLabel {
66
+    width: 94%;
66
     float: left;
67
     float: left;
67
 }
68
 }

+ 1
- 1
index.html View File

36
     <link rel="stylesheet" href="css/contact_list.css?v=4">
36
     <link rel="stylesheet" href="css/contact_list.css?v=4">
37
     <link rel="stylesheet" href="css/chat.css?v=5">
37
     <link rel="stylesheet" href="css/chat.css?v=5">
38
     <link rel="stylesheet" href="css/welcome_page.css?v=2">
38
     <link rel="stylesheet" href="css/welcome_page.css?v=2">
39
-    <link rel="stylesheet" href="css/settingsmenu.css?v=1">
39
+    <link rel="stylesheet" href="css/settingsmenu.css?v=2">
40
     <!--
40
     <!--
41
         Link used for inline installation of chrome desktop streaming extension,
41
         Link used for inline installation of chrome desktop streaming extension,
42
         is updated automatically from the code with the value defined in config.js -->
42
         is updated automatically from the code with the value defined in config.js -->

+ 2
- 2
lang/main.json View File

82
         "title": "SETTINGS",
82
         "title": "SETTINGS",
83
         "update": "Update",
83
         "update": "Update",
84
         "name": "Name",
84
         "name": "Name",
85
-        "startAudioMuted": "everyone join audio muted",
86
-        "startVideoMuted": "everyone join video muted"
85
+        "startAudioMuted": "start without audio",
86
+        "startVideoMuted": "start without video"
87
     },
87
     },
88
     "videothumbnail":
88
     "videothumbnail":
89
     {
89
     {

Loading…
Cancel
Save