From ce1a160bcc4445bcd67ab78dbb5b6ffbf8d96e9a Mon Sep 17 00:00:00 2001
From: Nils Schneider <nils@nilsschneider.net>
Date: Sun, 27 Jul 2014 20:05:12 +0200
Subject: [PATCH] gluon-config-mode: mention reboot on button

Make it clear that saving settings will reboot the device.
---
 .../usr/lib/lua/luci/model/cbi/gluon-config-mode/wizard.lua     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gluon-config-mode/files/usr/lib/lua/luci/model/cbi/gluon-config-mode/wizard.lua b/package/gluon-config-mode/files/usr/lib/lua/luci/model/cbi/gluon-config-mode/wizard.lua
index a663585bb..55a00f254 100644
--- a/package/gluon-config-mode/files/usr/lib/lua/luci/model/cbi/gluon-config-mode/wizard.lua
+++ b/package/gluon-config-mode/files/usr/lib/lua/luci/model/cbi/gluon-config-mode/wizard.lua
@@ -5,7 +5,7 @@ local f, s, o
 f = SimpleForm("wizard")
 f.reset = false
 f.template = "gluon-config-mode/cbi/wizard"
-f.submit = "Fertig"
+f.submit = "Speichern &amp; Neustarten"
 
 s = f:section(SimpleSection, nil, nil)
 
-- 
GitLab