Explorar o código

budilnik

Text edit
KevinSmarts %!s(int64=9) %!d(string=hai) anos
pai
achega
3a045d1aa5
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      locations/budilnik

+ 4 - 4
locations/budilnik

@@ -18,9 +18,9 @@ if $ARGS[0] = 'start':
 	'<center><b><a href="exec:gt ''budilnik'', ''4''">4</a> <a href="exec:gt ''budilnik'', ''5''">5</a> <a href="exec:gt ''budilnik'', ''6''">6</a></b></center>'
 	'<center><b><a href="exec:gt ''budilnik'', ''7''">7</a> <a href="exec:gt ''budilnik'', ''8''">8</a> <a href="exec:gt ''budilnik'', ''9''">9</a></b></center>'
 	'<center><b><a href="exec:gt ''budilnik'', ''0''">0</a></b></center>'
-	'<center><b><a href="exec:gt ''budilnik'', ''Reset''">Reset</a> <a href="exec:gt ''budilnik'', ''Time''">Set the time</a></b></center>'
+	'<center><b><a href="exec:gt ''budilnik'', ''Reset''">Reset</a> <a href="exec:gt ''budilnik'', ''Time''">Set Alarm</a></b></center>'
 
-	act 'Put Service':
+	act 'Leave':
 		cla
 		bud1 = 0
 		bud2 = 0
@@ -50,9 +50,9 @@ if $ARGS[0] = 'Time':
 	if timer > 23:timer = 0
 	if timerM > 60:timerM = 0
 
-	'Clock wound <<timer>> hours <<timerM>> minutes.'
+	'Alarm set for <<timer>> hours <<timerM>> minutes.'
 
-	act 'Service put in place':
+	act 'Confirm':
 		cla
 		gt 'budilnik', 'fin'
 	end