1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-29 10:38:08 +01:00

Fixed small language issue

This commit is contained in:
mcfly 2007-02-04 15:37:15 +00:00
parent 2c6784ef76
commit a8bc3caef2
2 changed files with 5 additions and 5 deletions

View File

@ -38,8 +38,8 @@ define('ADLAN_PM_35', "PM box sizes");
define('ADLAN_PM_36', "Userclass");
define('ADLAN_PM_37', "Count limits");
define('ADLAN_PM_38', "Size limits (in KB)");
define('ADLAN_PM_39', "Inbox :");
define('ADLAN_PM_40', "Outbox :");
define('ADLAN_PM_39', "Inbox: ");
define('ADLAN_PM_40', "Outbox: ");
define('ADLAN_PM_41', "There are currently no limits set.");
define('ADLAN_PM_42', "Update Limits");
define('ADLAN_PM_43', "Add New Limit");

View File

@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/pm/pm_conf.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:35:38 $
| $Revision: 1.2 $
| $Date: 2007-02-04 15:37:15 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
@ -273,7 +273,7 @@ function show_limits()
</td>
<td class='forumheader3'>
".ADLAN_PM_39."<input type='text' class='tbox' size='5' name='inbox_size[{$row['limit_id']}]' value='{$row['inbox_size']}' />
".ADLAN_PM_39."<input type='text' class='tbox' size='5' name='outbox_size[{$row['limit_id']}]' value='{$row['outbox_size']}' />
".ADLAN_PM_40."<input type='text' class='tbox' size='5' name='outbox_size[{$row['limit_id']}]' value='{$row['outbox_size']}' />
</td>
</tr>
";