mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
commit
384d702c4b
2 changed files with 3 additions and 2 deletions
|
@ -460,6 +460,7 @@
|
||||||
|
|
||||||
options:
|
options:
|
||||||
general_options: "General Options"
|
general_options: "General Options"
|
||||||
|
volume_label: "Volume"
|
||||||
music_label: "Music"
|
music_label: "Music"
|
||||||
music_description: "Turn background music on/off."
|
music_description: "Turn background music on/off."
|
||||||
autorun_label: "Autorun"
|
autorun_label: "Autorun"
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
.form-group.slider-group
|
.form-group.slider-group
|
||||||
label(for="option-volume")
|
label(for="option-volume")
|
||||||
span(data-i18n="options.volume") Volume
|
span(data-i18n="options.volume_label") Volume
|
||||||
span.spr :
|
span.spr :
|
||||||
span#option-volume-value= (me.get('volume') * 100).toFixed(0) + '%'
|
span#option-volume-value= (me.get('volume') * 100).toFixed(0) + '%'
|
||||||
#option-volume.slider
|
#option-volume.slider
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
.form-group.checkbox
|
.form-group.checkbox
|
||||||
label(for="option-music")
|
label(for="option-music")
|
||||||
input#option-music(name="option-music", type="checkbox", checked=music)
|
input#option-music(name="option-music", type="checkbox", checked=music)
|
||||||
span(data-i18n="options.music") Music
|
span(data-i18n="options.music_label") Music
|
||||||
span.help-block(data-i18n="options.music_description") Turn background music on/off.
|
span.help-block(data-i18n="options.music_description") Turn background music on/off.
|
||||||
|
|
||||||
.form-group.select-group
|
.form-group.select-group
|
||||||
|
|
Loading…
Reference in a new issue