Mercurial > hgweb > health
changeset 3580:a483698b9f77
HMIS: health_lifestyle. Remove spaces before question marks
| author | Luis Falcon <falcon@gnuhealth.org> |
|---|---|
| date | Sun, 12 Apr 2020 18:56:48 +0100 |
| parents | dbbe6e12f97d |
| children | ba2f07e2200b |
| files | tryton/health_lifestyle/health_lifestyle.py |
| diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tryton/health_lifestyle/health_lifestyle.py +++ b/tryton/health_lifestyle/health_lifestyle.py @@ -234,11 +234,11 @@ evaluation_date = fields.DateTime('Date') cage_c = fields.Boolean('Hard to Cut down', help='Have you ever felt you ' - 'needed to Cut down on your drinking ?') + 'needed to Cut down on your drinking?') cage_a = fields.Boolean('Angry with Critics', help='Have people Annoyed ' - 'you by criticizing your drinking ?') + 'you by criticizing your drinking?') cage_g = fields.Boolean('Guilt', help='Have you ever felt Guilty about ' - 'drinking ?') + 'drinking?') cage_e = fields.Boolean('Eye-opener', help='Have you ever felt you ' 'needed a drink first thing in the morning (Eye-opener) to steady ' 'your nerves or to get rid of a hangover?')
