1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

Changed the allow/disallow fields to match the profile template

git-svn-id: file:///svn/phpbb/trunk@313 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-05-17 16:37:45 +00:00
parent a16d51a4a5
commit 308bd4a93b
4 changed files with 63 additions and 63 deletions

View File

@@ -299,9 +299,9 @@ $l_editprefs = "Edit Your $l_preferences";
$l_themecookie = "NOTE: In order to use themes you MUST have cookies enabled.";
$l_alwayssig = "Always attach my signature";
$l_alwaysdisable= "Always disable"; // Only used for next three strings
$l_alwayssmile = "$l_alwaysdisable $l_smilies";
$l_alwayshtml = "$l_alwaysdisable $l_html";
$l_alwaysbbcode = "$l_alwaysdisable $l_bbcode";
$l_alwayssmile = "Always allow $l_smilies";
$l_alwayshtml = "Always allow $l_html";
$l_alwaysbbcode = "Always allow $l_bbcode";
$l_boardtheme = "Board Theme";
$l_boardlang = "Board Language";
$l_nothemes = "No Themes In database";