aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-01-13 12:28:53 +0100
committerMatěj Cepl <mcepl@redhat.com>2010-01-13 12:28:53 +0100
commit9b9e45d672cf26d7b2022ea14c1d533b9ce723cd (patch)
treee8269e82bfbcf874eddfc02e575823f350f4a235
parent2ce7162f5e7dba23aa4831dedf433ef37f41b77f (diff)
downloadbugzilla-triage-9b9e45d672cf26d7b2022ea14c1d533b9ce723cd.tar.gz
Label 'reASSIGN' is quite meaningless.
-rw-r--r--bugzillaBugTriage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js
index 06af057..87eb78a 100644
--- a/bugzillaBugTriage.js
+++ b/bugzillaBugTriage.js
@@ -1447,7 +1447,7 @@ BzPage.prototype.parseBacktrace = function (ret) {
BzPage.prototype.buildButtons = function (above,below) {
//Generate a list of <input> elements in the page
this.addNewButton(this.dok.getElementById("commit_middle"),
- "changeOwnerbtn","reASSIGN","","ASSIGNED","NODEFAULTASSIGNEE");
+ "changeOwnerbtn","Mark Triaged","","ASSIGNED","NODEFAULTASSIGNEE");
// THE MAIN BUTTON ROWS
var commentBox = this.dok.getElementById("comment");