From c0b6d271f544a56a1d4671bf69b06326b2b45950 Mon Sep 17 00:00:00 2001 From: davidferguson Date: Sat, 16 Jul 2016 13:22:58 +0100 Subject: [PATCH] changed display and description of bootbehaviour --- bootbehaviour/bootbehaviour.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootbehaviour/bootbehaviour.json b/bootbehaviour/bootbehaviour.json index 4242561..c51e172 100644 --- a/bootbehaviour/bootbehaviour.json +++ b/bootbehaviour/bootbehaviour.json @@ -1,6 +1,6 @@ { "name": "bootbehaviour", - "text": "Boot to %1", + "text": "Set Boot Option to %1", "script": "bootbehaviour.sh", "args": [ { @@ -11,6 +11,6 @@ "network": false, "continue": true, "type": "setting", - "shortDescription":"Alter what happens when you power on your Raspberry Pi", + "shortDescription":"Alter what happens when you power on your Raspberry Pi. Requires reboot to take effect", "longDescription":"When you power on you Raspberry Pi, you can choose what you want to happen. You can either have it open the Desktop or just the text console, and in both of these cases you can choose whether you want to have the Raspberry Pi automatically log in for you or not." }