Forráskód Böngészése

[fixed] upper case 'Vigil' in parchurch

julzor 4 éve
szülő
commit
3306968350
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      locations/ParChurch.qsrc

+ 2 - 2
locations/ParChurch.qsrc

@@ -304,7 +304,7 @@ if $ARGS[0] = 'Narthex':
 	if VKChurchEvents < 2 and hour < 14:
 		if VKChurch = 0 or VKChurch = 4:
 			if VKChurch < 4: VKChurch += 1
-			act 'Attend the Vigil':gt 'ParChurch', 'Vigil'
+			act 'Attend the Vigil':gt 'ParChurch', 'vigil'
 		elseif VKChurch = 1 or VKChurch = 4:
 			if VKChurch < 4: VKChurch += 1
 			act 'Join the Liturgy':gt 'ParChurch', 'Liturgy'
@@ -316,7 +316,7 @@ if $ARGS[0] = 'Narthex':
 			if VKChurch < 4: VKChurch = 4
 			act 'Pray':gt 'ParChurch', 'Pray'
 		else
-			act 'Attend the Vigil':gt 'ParChurch', 'Vigil'
+			act 'Attend the Vigil':gt 'ParChurch', 'vigil'
 			act 'Join the Liturgy':gt 'ParChurch', 'Liturgy'
 			act 'Light a candle':gt 'ParChurch', 'Candles'
 			act 'Pray':gt 'ParChurch', 'Pray'