aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-06-02 10:23:49 -0400
committerCash Costello <cash.costello@gmail.com>2012-06-02 10:23:49 -0400
commitb43e6c7d5550aef3d319148de37fa49cadc33855 (patch)
tree81cf0eb646c614ff7b2019a1e341b89420095bd0 /languages
parent4abe9e6727108efd1f834a80a7942ed92cae2a52 (diff)
downloadelgg-b43e6c7d5550aef3d319148de37fa49cadc33855.tar.gz
elgg-b43e6c7d5550aef3d319148de37fa49cadc33855.tar.bz2
Refs #2411 removed <code> in warning as it was causing a display issue in server info table
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php
index ff730a018..406179940 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -743,7 +743,7 @@ $english = array(
'admin:server:error_log' => "Web server's error log",
'admin:server:label:post_max_size' => 'POST maximum size',
'admin:server:label:upload_max_filesize' => 'Upload maximum size',
- 'admin:server:warning:post_max_too_small' => '(Note: <code>post_max_size</code> must be larger than this value to support uploads of this size)',
+ 'admin:server:warning:post_max_too_small' => '(Note: post_max_size must be larger than this value to support uploads of this size)',
'admin:user:label:search' => "Find users:",
'admin:user:label:searchbutton' => "Search",