From 0229cfd6d2c72e44f9c01ff7f05ad6fd26c7856d Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Mon, 5 Oct 2015 16:58:02 +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 d52bff9..4005e69 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -436,7 +436,7 @@ end end local function home() - sPhone.winOk("The 5th of october","the databse will be reset") + sPhone.winOk("The 5th of october the","database 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)