From 5d5dcc7c51dbcf24cedd52101cea6acb0629100c Mon Sep 17 00:00:00 2001 From: Benoit Mortier <benoit.mortier@opensides.be> Date: Thu, 11 Oct 2012 22:37:36 +0200 Subject: [PATCH] Fixes: #1255 next button in welcome wizard setup --- setup/setup_welcome.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/setup_welcome.tpl b/setup/setup_welcome.tpl index 2ef3facbb..4f12abc10 100644 --- a/setup/setup_welcome.tpl +++ b/setup/setup_welcome.tpl @@ -3,7 +3,7 @@ <p> {t}This seems to be the first time you start FusionDirectory - we didn't find any configuration right now. This simple wizard intends to help you while setting it up.{/t} </p> - + <p style='border-top:1px solid #AAAAAA; padding-top:10px;'> <b>{t}What will the wizard do for you?{/t}</b> </p> @@ -31,7 +31,7 @@ echo -n <b>{$auth_id}</b> > {$path} </tt> <p> - {t}Click the 'Continue' button when you've finished.{/t} + {t}Click the 'Next' button when you've finished.{/t} </p> </div> </div> -- GitLab