]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #2411 removed <code> in warning as it was causing a display issue in server...
authorCash Costello <cash.costello@gmail.com>
Sat, 2 Jun 2012 14:23:49 +0000 (10:23 -0400)
committerCash Costello <cash.costello@gmail.com>
Sat, 2 Jun 2012 14:23:49 +0000 (10:23 -0400)
languages/en.php

index ff730a01884829180185df718e251d40bfb347f8..406179940a084c6e25aa1f3b9dc12eec6deb5165 100644 (file)
@@ -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",