]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Missing comma in a hash (was missing in the checkin of bug 182975)
authorlpsolit%gmail.com <>
Fri, 4 Apr 2008 01:40:14 +0000 (01:40 +0000)
committerlpsolit%gmail.com <>
Fri, 4 Apr 2008 01:40:14 +0000 (01:40 +0000)
template/en/default/admin/params/core.html.tmpl

index 8544e2ff7425f465069b2e5e2a09b2c4ea168667..ae1d995fb83db3bd153e092096404c06581b5a0e 100644 (file)
@@ -37,7 +37,7 @@
                   "above. " _
                   "Leave this empty to suppress links to the documentation." _
                   "'%lang%' will be replaced by user's preferred language " _
-                  "(if available)."
+                  "(if available).",
 
   sslbase => "The URL that is the common initial leading part of all HTTPS " _
              "(SSL) $terms.Bugzilla URLs.",