summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-04-18 00:27:38 +0200
committermkanat%bugzilla.org <>2009-04-18 00:27:38 +0200
commit14b373c1b2a5182ed9ffa3a1bc8d8bf104311a12 (patch)
tree9b6002f391a0bba98262272367ddd567793d1576 /template/en/default/admin
parent27d919b36377e25b74a5c46e8c5eec218c58be39 (diff)
downloadbugzilla-14b373c1b2a5182ed9ffa3a1bc8d8bf104311a12.tar.gz
bugzilla-14b373c1b2a5182ed9ffa3a1bc8d8bf104311a12.tar.xz
Bug 482584: Add a parameter to hide the "See Also" field
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=dkl, a=LpSolit
Diffstat (limited to 'template/en/default/admin')
-rw-r--r--template/en/default/admin/params/bugfields.html.tmpl8
1 files changed, 7 insertions, 1 deletions
diff --git a/template/en/default/admin/params/bugfields.html.tmpl b/template/en/default/admin/params/bugfields.html.tmpl
index e0625b480..794f925b7 100644
--- a/template/en/default/admin/params/bugfields.html.tmpl
+++ b/template/en/default/admin/params/bugfields.html.tmpl
@@ -42,6 +42,12 @@
usebugaliases => "Do you wish to use $terms.bug aliases, which allow you to assign " _
"$terms.bugs an easy-to-remember name by which you can refer to them?",
+ use_see_also =>
+ "Do you wish to use the See Also field? It allows you refer to"
+ _ " $terms.bugs in other installations. Even if you disable this field,"
+ _ " $terms.bug relationships (URLs) already set on $terms.bugs will"
+ _ " still appear and can be removed.",
+
defaultpriority => "This is the priority that newly entered $terms.bugs are set to.",
defaultseverity => "This is the severity that newly entered $terms.bugs are set to.",
@@ -57,4 +63,4 @@
"You can leave this empty: " _
"$terms.Bugzilla will then use the operating system that the browser " _
"reports to be running on as the default." }
-%] \ No newline at end of file
+%]