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