From 1099666012905a71656872938e5a34c65205fdb6 Mon Sep 17 00:00:00 2001 From: Ale2610 Date: Sat, 29 Aug 2015 18:43:34 +0200 Subject: [PATCH] Update info.lua --- src/apps/system/info.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/apps/system/info.lua b/src/apps/system/info.lua index 226a424..2da91c8 100644 --- a/src/apps/system/info.lua +++ b/src/apps/system/info.lua @@ -23,13 +23,13 @@ header() term.setCursorPos(1,3) sertextext.center(3, " Info") print("") -print(" sPhoneOS "..sPhone.version.." by Sertex-Team") -print(" CST Wallet by Luca_S") -print(" UI API by LMNetOS") -print(" SHA256 API by GravityScore") -print(" SertexText API by Sertex-Team") -print(" Graphics API by Sertex-Team") -print(" Thanks to Luca_S for SMS system and Sertex ID") +print("sPhoneOS "..sPhone.version.." by Sertex-Team") +print( CST Wallet by Luca_S") +print("UI API by LMNetOS") +print("SHA256 API by GravityScore") +print("SertexText API by Sertex-Team") +print("Graphics API by Sertex-Team") +print("Thanks to Luca_S for SMS system and Sertex ID") while true do local w, h = term.getSize()