Changed wording for timelapse fps configuration a bit

This commit is contained in:
Gina Häußge 2015-02-24 19:24:50 +01:00
parent ebbcd28536
commit fcc6a8c4c3

View file

@ -22,7 +22,7 @@
</div>
</div>
<label for="webcam_timelapse_fps">{{ _('Timelapse fps') }}</label>
<label for="webcam_timelapse_fps">{{ _('Timelapse frame rate (in frames per second)') }}</label>
<div class="input-append">
<input type="text" class="input-mini" id="webcam_timelapse_fps" data-bind="value: timelapseFps, valueUpdate: 'afterkeydown', enable: isOperational() && !isPrinting() && loginState.isUser() && timelapseTypeSelected()">
<span class="add-on">{{ _('fps') }}</span>