From: Marc Schumann Date: Wed, 26 Nov 2014 22:31:25 +0000 (+0100) Subject: Bug 1105501 - checksetup.pl fails because of missing Installation string for "documen... X-Git-Tag: release-5.1.1~439 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61bc19e1ae0aca27ae2158405af3abd6a1f94ec4;p=thirdparty%2Fbugzilla.git Bug 1105501 - checksetup.pl fails because of missing Installation string for "documentation" feature. r=LpSolit, a=dkl --- diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 6de588e6d0..c63d65ce1a 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -83,6 +83,7 @@ the documentation of Bugzilla::Extension for details. END feature_auth_ldap => 'LDAP Authentication', feature_auth_radius => 'RADIUS Authentication', + feature_documentation => 'Documentation', feature_graphical_reports => 'Graphical Reports', feature_html_desc => 'More HTML in Product/Group Descriptions', feature_inbound_email => 'Inbound Email',