|
@@ -551,7 +551,7 @@ $d_tabletkieda = {
|
|
|
|
|
|
if $ARGS[0] = 'set_auto_bc':
|
|
if $ARGS[0] = 'set_auto_bc':
|
|
:invalid_auto_bc_loop
|
|
:invalid_auto_bc_loop
|
|
- birth_control['auto_hour'] = input ("When do you want to automatically take your pill? (Pick an hour 1 - 23. If you are asleep during the hour you set, you will not take it.)")
|
|
|
|
|
|
+ birth_control['auto_hour'] = input ("When do you want to take your pill? (Pick an hour 1 - 23. At that hour, you will automatically take your birth control pill. If you are asleep during the hour you set, you will not take it.)")
|
|
if birth_control['auto_hour'] < 1 or birth_control['auto_hour'] > 23:
|
|
if birth_control['auto_hour'] < 1 or birth_control['auto_hour'] > 23:
|
|
msg 'Invalid input. Pick an hour between 1 and 23.'
|
|
msg 'Invalid input. Pick an hour between 1 and 23.'
|
|
jump 'invalid_auto_bc_loop'
|
|
jump 'invalid_auto_bc_loop'
|
|
@@ -568,7 +568,7 @@ end
|
|
|
|
|
|
if $ARGS[0] = 'set_bc_reminder':
|
|
if $ARGS[0] = 'set_bc_reminder':
|
|
:invalid_bc_reminder_loop
|
|
:invalid_bc_reminder_loop
|
|
- birth_control['remind_hour'] = input ("When do you want to set your reminder? (Pick an hour 1 - 22. A reminder icon will appear in the stat display during that hour.)")
|
|
|
|
|
|
+ birth_control['remind_hour'] = input ("When do you want to set your reminder? (Pick an hour 1 - 22. An icon will appear in the stat display during that hour to remind you to take your pill.)")
|
|
if birth_control['remind_hour'] < 1 or birth_control['remind_hour'] > 22:
|
|
if birth_control['remind_hour'] < 1 or birth_control['remind_hour'] > 22:
|
|
msg 'Invalid reminder input. Pick an hour between 1 and 22.'
|
|
msg 'Invalid reminder input. Pick an hour between 1 and 22.'
|
|
jump 'invalid_bc_reminder'
|
|
jump 'invalid_bc_reminder'
|