Merge pull request from Imperadeiro98/patch-1

Fixed typo
This commit is contained in:
Nick Winter 2014-08-22 20:49:11 -07:00
commit c774bb5efc

View file

@ -22,7 +22,7 @@
span.help-block(data-i18n="options.music_description") Turn background music on/off.
.form-group.select-group
label.control-label(for="option-autorun-delay", data-i18n="options.autorun") Autorun
label.control-label(for="option-autorun-delay", data-i18n="options.autorun_label") Autorun
select#option-autorun-delay(name="autorunDelay")
option(value=1000, selected=(autorunDelay === 1000), data-i18n="common.delay_1_sec") 1 second
option(value=3000, selected=(autorunDelay === 3000), data-i18n="common.delay_3_sec") 3 seconds