From 83ab72332e6b6d149051b16649b49c52385550a8 Mon Sep 17 00:00:00 2001 From: shish Date: Wed, 23 May 2007 23:19:35 +0000 Subject: [PATCH] remove silly space git-svn-id: file:///home/shish/svn/shimmie2/trunk@132 7f39781d-f577-437e-ae19-be835c7a54ca --- core/ext/user.ext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ext/user.ext.php b/core/ext/user.ext.php index 7f60bc1f..ee5ea4c1 100644 --- a/core/ext/user.ext.php +++ b/core/ext/user.ext.php @@ -70,7 +70,7 @@ class UserPage extends Extension { if(is_a($event, 'SetupBuildingEvent')) { $sb = new SetupBlock("User Options"); - $sb->add_bool_option("login_signup_enabled", "
Allow new signups: "); + $sb->add_bool_option("login_signup_enabled", "Allow new signups: "); $sb->add_longtext_option("login_tac", "
Terms & Conditions:
"); $event->panel->add_main_block($sb); }