]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 560215: maxattachmentsize = 0 means that you cannot attach any file to bugs
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 19 Apr 2010 19:28:17 +0000 (21:28 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 19 Apr 2010 19:28:17 +0000 (21:28 +0200)
r=mkanat a=LpSolit

template/en/default/admin/params/attachment.html.tmpl

index 879aa65b14a4b56c51d9f118b77c05f534ed817a..e6f6cb778d43048bcce52ef1ca2501c2076d3df8 100644 (file)
@@ -66,9 +66,8 @@
 
   maxattachmentsize => "The maximum size (in kilobytes) of attachments. " _
                        "$terms.Bugzilla will not accept attachments greater than this number " _
-                       "of kilobytes in size. To accept attachments of any size " _
-                       "(subject to the limitations of your server software), set this " _
-                       "value to zero.",
+                       "of kilobytes in size. Setting this parameter to 0 will prevent " _
+                       "attaching files to ${terms.bugs}.",
 
   maxlocalattachment => "The maximum size (in megabytes) of attachments identified by " _
                         "the user as 'Big Files' to be stored locally on the webserver. " _