View | Details | Raw Unified | Return to issue 124386
Collapse All | Expand All

(-)./template/en/default/bug/field-help.none.tmpl (-4 / +3 lines)
Lines 39-45 Link Here
39
   looking it up and referring to it in other places in ${terms.Bugzilla}.",
39
   looking it up and referring to it in other places in ${terms.Bugzilla}.",
40
40
41
assigned_to =>
41
assigned_to =>
42
  "The person in charge of resolving the ${terms.bug}.",
42
  "The person in charge of progressing the ${terms.bug}.",
43
43
44
blocked =>
44
blocked =>
45
  "This $terms.bug must be resolved before the $terms.bugs listed in this
45
  "This $terms.bug must be resolved before the $terms.bugs listed in this
Lines 98-104 Link Here
98
  _ " You can search for some text in those comments.",
98
  _ " You can search for some text in those comments.",
99
99
100
op_sys =>
100
op_sys =>
101
  "The operating system the $terms.bug was observed on.",
101
  "The operating systems the $terms.bug can be observed on.",
102
102
103
percentage_complete =>
103
percentage_complete =>
104
  "How close to 100% done this $terms.bug is, by comparing its
104
  "How close to 100% done this $terms.bug is, by comparing its
Lines 155-162 Link Here
155
   _ " engineer the $terms.bug is assigned to expects to fix it.",
155
   _ " engineer the $terms.bug is assigned to expects to fix it.",
156
156
157
version =>
157
version =>
158
  "The version field defines the version of the software the"
158
  "The oldest version of the software the $terms.bug can be found in.",
159
  _ " $terms.bug was found in.",
160
159
161
votes =>
160
votes =>
162
  "Some $terms.bugs can be voted for, and you can limit your search to"
161
  "Some $terms.bugs can be voted for, and you can limit your search to"
(-)./template/en/default/global/variables.none.tmpl (-9 / +9 lines)
Lines 28-42 Link Here
28
  #%]
28
  #%]
29
29
30
[% terms = {
30
[% terms = {
31
  "bug" => "bug",
31
  "bug" => "issue",
32
  "Bug" => "Bug",
32
  "Bug" => "Issue",
33
  "abug" => "a bug",
33
  "abug" => "an issue",
34
  "Abug" => "A bug",
34
  "Abug" => "An issue",
35
  "aBug" => "a Bug",
35
  "aBug" => "an Issue",
36
  "ABug" => "A Bug",
36
  "ABug" => "An Issue",
37
  "bugs" => "bugs",
37
  "bugs" => "issues",
38
  "Bugs" => "Bugs",
38
  "Bugs" => "Issues",
39
  "zeroSearchResults" => "Zarro Boogs found",
39
  "zeroSearchResults" => "No issues found",
40
  "Bugzilla" => "Bugzilla"
40
  "Bugzilla" => "Bugzilla"
41
  }
41
  }
42
%]
42
%]

Return to issue 124386