1
0
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:
Cameron
2016-04-14 14:59:32 -07:00
parent ca83bbf73e
commit 04f7244f63
2 changed files with 2 additions and 2 deletions

View File

@@ -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>";

View File

@@ -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");
?>