Browse Source

Changed wording: cycle -> phase

maankamara 1 year ago
parent
commit
105981ed8d
1 changed files with 7 additions and 7 deletions
  1. 7 7
      locations/mod_pregtest_options.qsrc

+ 7 - 7
locations/mod_pregtest_options.qsrc

@@ -46,13 +46,13 @@ $mod_pregtestPrint
 
 '<b>Cycle data</b>'
 '0 Menstruation, 1 Follicular, 2 Ovulation, 3 Luteal, 4 Pregnancy recovery, 5 Pregnant, 6 Menopause'
-'Current cycle: <<cycle>>'
-iif(cycle = 0, '<b>', '') + 'Cycle 0 variables: Hours of menstruation: <<mesec>>' + iif(cycle = 0, '</b>', '')
-iif(cycle = 1, '<b>', '') + 'Cycle 1 variables: Hours until ovulation: <<FocH_Max - FocH>> - <<FocH>>/<<FocH_Max>>' + iif(cycle = 1, '</b>', '')
-iif(cycle = 2, '<b>', '') + 'Cycle 2 variables: Egg release hormone: <<EggRH>> Hours of ovulation left: <<ovulate>>' + iif(cycle = 2, '</b>', '')
-iif(cycle = 3, '<b>', '') + 'Cycle 3 variables: Hours until menstruation: <<LutH_Max - LutH>> - <<LutH>>/<<LutH_Max>> Implant lottery: <<imp_rand>>' + iif(cycle = 3, '</b>', '')
-iif(cycle = 4, '<b>', '') + 'Cycle 4 variables: Hours of recovery left: <<RecovH>>' + iif(cycle = 4, '</b>', '')
-iif(cycle = 5, '<b>', '') + 'Cycle 5 variables:' + iif(preg = 1, ' Pregnant!', '') + iif(preg = 2, ' In labor!', '') + ' Fetuses: <<babyembryo>> Pregnancy hours: <<PregChem>> Labor window: <<6573 - (babyembryo-1)*588 - 400>>-<<6573 - (babyembryo-1)*588 + 800>>' + iif(cycle = 5, '</b>', '')
+'Current cycle phase: <<cycle>>'
+iif(cycle = 0, '<b>', '') + 'Phase 0 variables: Hours of menstruation: <<mesec>>' + iif(cycle = 0, '</b>', '')
+iif(cycle = 1, '<b>', '') + 'Phase 1 variables: Hours until ovulation: <<FocH_Max - FocH>> - <<FocH>>/<<FocH_Max>>' + iif(cycle = 1, '</b>', '')
+iif(cycle = 2, '<b>', '') + 'Phase 2 variables: Egg release hormone: <<EggRH>> Hours of ovulation left: <<ovulate>>' + iif(cycle = 2, '</b>', '')
+iif(cycle = 3, '<b>', '') + 'Phase 3 variables: Hours until menstruation: <<LutH_Max - LutH>> - <<LutH>>/<<LutH_Max>> Implant lottery: <<imp_rand>>' + iif(cycle = 3, '</b>', '')
+iif(cycle = 4, '<b>', '') + 'Phase 4 variables: Hours of recovery left: <<RecovH>>' + iif(cycle = 4, '</b>', '')
+iif(cycle = 5, '<b>', '') + 'Phase 5 variables:' + iif(preg = 1, ' Pregnant!', '') + iif(preg = 2, ' In labor!', '') + ' Fetuses: <<babyembryo>> Pregnancy hours: <<PregChem>> Labor window: <<6573 - (babyembryo-1)*588 - 400>>-<<6573 - (babyembryo-1)*588 + 800>>' + iif(cycle = 5, '</b>', '')
 
 *nl