diff options
author | Marc Schumann <wurblzap@gmail.com> | 2014-11-26 23:35:07 +0100 |
---|---|---|
committer | Marc Schumann <wurblzap@gmail.com> | 2014-11-26 23:35:07 +0100 |
commit | 8ebd893eb2be496c6afea66548073267b8f405c8 (patch) | |
tree | ed713ca0d7ca4e3e9b9c687fb41f45e61f5f7548 /template/en/default | |
parent | fd1625fa45a5ed604b22a72ef77a7df762fbb7c0 (diff) | |
download | bugs-8ebd893eb2be496c6afea66548073267b8f405c8.tar bugs-8ebd893eb2be496c6afea66548073267b8f405c8.tar.gz bugs-8ebd893eb2be496c6afea66548073267b8f405c8.tar.bz2 bugs-8ebd893eb2be496c6afea66548073267b8f405c8.tar.xz bugs-8ebd893eb2be496c6afea66548073267b8f405c8.zip |
Bug 1105501 - checksetup.pl fails because of missing Installation string for "documentation" feature.
r=LpSolit, a=dkl
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/setup/strings.txt.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 7dc8e8bf1..50389d5d3 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', |