Skip to content

Commit

Permalink
kegweb: wording change for meter selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
mik3y committed Dec 27, 2011
1 parent 25a3263 commit 12658ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pykeg/src/pykeg/web/kegadmin/forms.py
Expand Up @@ -41,11 +41,11 @@ class Meta:
'temperature_sensor')

ml_per_tick = ka_widgets.ChoiceWithOtherField(
label='Meter mL per tick',
label='Meter type',
choices=(
(1/2.2, 'Vision 2000 Meter (%s)' % (1/2.2) ),
(1/6.0, 'SwissFlow Meter (%s)' % (1/6.0) ),
(0, 'Other:'),
(1/2.2, 'Vision 2000 Meter (%s mL/tick)' % (1/2.2) ),
(1/6.0, 'SwissFlow Meter (%s mL/tick)' % (1/6.0) ),
(0, 'Other (specify in mL/tick):'),
),
)

Expand Down

0 comments on commit 12658ad

Please sign in to comment.