Admin.lngchange
%admin_txt = (
...
'371a' => 'Enable automatic Daylight Savings Time change',
'371b' => 'Server Time Correction (in seconds +/-)',
to
%admin_txt = (
...
'371a' => 'Enable automatic Daylight Savings Time change?',
'371b' => 'Enable the dynamic clock at the top of the page?',
'371c' => 'Server Time Correction (in seconds +/-)',
Profile.lngchange
%profile_txt = (
...
'519' => 'Enable automatic Daylight Savings Time change',
to
%profile_txt = (
...
'519' => 'Enable automatic Daylight Savings Time change?',
'520' => 'Enable dynamic clock at the top of the page?',
'521' => 'Not available if you wrote your own time format.',
Register.lngchange
%register_txt = (
...
'520' => 'Used only for identification by YaBB. You can use special characters below or after logging in by changing your displayed name in your profile.',
to
%register_txt = (
...
'520' => 'Used only for identification and login purposes.<br />You can use special characters below or after logging in<br />by changing your displayed name in your profile.',
change
%floodtxt = (
...
'casewarning' => 'Please type exactly what text appears in the image. The characters must be typed in the same order, and it is case-sensitive.',
to
%floodtxt = (
...
'casewarning' => 'Please type exactly what text appears in the image.<br />The characters must be typed in the same order,<br />and they are case-sensitive.',
Search.lngchange
%search_txt = (
...
'190' => '(Hold down the \'Control\' or \'Apple\' key to select more than one)',
to
%search_txt = (
...
'190' => 'Press and hold down the \'Control\' key or<br />\'Apple\' key to select more than one.',