From 9c764fcec73b81dcf3be21d1dd14bea966879d7a Mon Sep 17 00:00:00 2001 From: "bzrmirror%bugzilla.org" Date: Wed, 26 Nov 2014 22:45:49 +0000 Subject: [PATCH] Bug 1105501 - checksetup.pl fails because of missing Installation string for "documentation" feature. r=LpSolit, a=dkl git-svn-id: svn://10.0.0.236/trunk@265693 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/.gitrev | 2 +- .../webtools/bugzilla/template/en/default/setup/strings.txt.pl | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 88597d29bd0..d1b9fc4949d 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -9225 \ No newline at end of file +9226 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/.gitrev b/mozilla/webtools/bugzilla/.gitrev index 5cba18c90bd..0c3486d58f3 100644 --- a/mozilla/webtools/bugzilla/.gitrev +++ b/mozilla/webtools/bugzilla/.gitrev @@ -1 +1 @@ -ad031a17fbd31766c4a5d1fe8894178784262d3e \ No newline at end of file +61bc19e1ae0aca27ae2158405af3abd6a1f94ec4 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/template/en/default/setup/strings.txt.pl b/mozilla/webtools/bugzilla/template/en/default/setup/strings.txt.pl index 6de588e6d0a..c63d65ce1a0 100644 --- a/mozilla/webtools/bugzilla/template/en/default/setup/strings.txt.pl +++ b/mozilla/webtools/bugzilla/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',