diff --git a/html/cgi-bin/samba.cgi b/html/cgi-bin/samba.cgi
index 4438a8bd7..4b8de89e5 100644
--- a/html/cgi-bin/samba.cgi
+++ b/html/cgi-bin/samba.cgi
@@ -126,7 +126,7 @@ my $PDCOPTIONS = `cat ${General::swroot}/samba/pdc`;
sub refreshpage{&Header::openbox( 'Waiting', 1, "" );print "

$Lang::tr{'pagerefresh'}";&Header::closebox();}
if (($sambasettings{'WIDELINKS'} eq 'on') & ($sambasettings{'UNIXEXTENSION'} eq 'on'))
- {$errormessage="Don't enable 'Wide links' and 'Unix extension' at the same time"; }
+ {$errormessage = "$errormessage
Don't enable 'Wide links' and 'Unix extension' at the same time"; }
&Header::openpage('Samba', 1, '');
&Header::openbigbox('100%', 'left', '', $errormessage);