diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-06 02:49:09 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-06 02:49:09 +0200 |
commit | 122c0407902c08b974ac552898a3bed3a2025a7d (patch) | |
tree | 55b559a29a6e2e1f7c7c517ed6f6296cade30918 /template/en | |
parent | 108eb83fae1e54f9746698246551e188dede26cb (diff) | |
download | bugzilla-122c0407902c08b974ac552898a3bed3a2025a7d.tar.gz bugzilla-122c0407902c08b974ac552898a3bed3a2025a7d.tar.xz |
Bug 576916: 'keywordaction' is undefined when editing a single bug
r/a=mkanat
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/list/edit-multiple.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index 03e1395a1..736f2c71a 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -230,8 +230,8 @@ %] <select name="keywordaction"> <option value="add">Add these keywords</option> - <option value="delete">Delete these keywords</option> - <option value="makeexact">Make the keywords be exactly this list</option> + <option value="remove">Delete these keywords</option> + <option value="set">Make the keywords be exactly this list</option> </select> </td> |