From f939ac61df30086bdbf0a6b2b8d7ccd1300b13ea Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Mon, 5 Oct 2015 16:57:06 +0200 Subject: [PATCH] Update sPhone.lua --- src/sPhone.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sPhone.lua b/src/sPhone.lua index 65a57af..d52bff9 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -436,7 +436,7 @@ end end local function home() - sPhone.winOk("The 10th of october","the databse will be reset") + sPhone.winOk("The 5th of october","the databse will be reset") local function drawHome() local function box(x,y,text,bg,colorText,page) graphics.box(x,y,x+1+#text,y+2,bg)