From c15bbe9a2a5d8cf8e67a3dee957766ece62b6d08 Mon Sep 17 00:00:00 2001
From: yellows8 <yellows8@users.noreply.github.com>
Date: Thu, 22 Feb 2018 01:21:18 -0500
Subject: [PATCH] Adjusted exit-button print for the time example.

---
 time/source/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/time/source/main.c b/time/source/main.c
index 8875e0b..37066bb 100644
--- a/time/source/main.c
+++ b/time/source/main.c
@@ -44,7 +44,7 @@ int main(int argc, char **argv)
 	gfxInitDefault();
 	consoleInit(NULL);
 
-	printf("\x1b[16;16HPress Start to exit.");
+	printf("\x1b[16;16HPress PLUS to exit.");
 
 	// Main loop
 	while(appletMainLoop())