mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Fix for prefs emailing method label.
This commit is contained in:
@@ -447,7 +447,7 @@ $text .= "<fieldset class='e-hideme' id='core-prefs-email'>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td style='vertical-align:top'><label for='mailer'>".LAN_MAILOUT_115."</label><br /></td>
|
||||
<td style='vertical-align:top'><label for='mailer'>".PRFLAN_267."</label><br /></td>
|
||||
<td>";
|
||||
|
||||
|
||||
|
@@ -283,7 +283,7 @@ define("PRFLAN_263", "Should be unique to this website");
|
||||
define("PRFLAN_264", "Frontpage is login page (login.php)");
|
||||
define("PRFLAN_265", "Frontpage is splash page (membersonly.php)");
|
||||
define("PRFLAN_266", "When logged out, which page should the user be directed to?");
|
||||
|
||||
define("PRFLAN_267", "Emailing method");
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user