aboutsummaryrefslogtreecommitdiffstats
path: root/bugzillaBugTriage.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-01-14 23:12:01 +0100
committerMatěj Cepl <mcepl@redhat.com>2010-01-14 23:12:01 +0100
commit935e368ef5533567bdeaca0839ab198daf8a377e (patch)
tree1d72d5191df9f37f6037b8ebe474a173974ea037 /bugzillaBugTriage.js
parent8c3b4cc06a0b1a73ef58b87ed04f1edfe9d2cf9d (diff)
parent9b9e45d672cf26d7b2022ea14c1d533b9ce723cd (diff)
downloadbugzilla-triage-935e368ef5533567bdeaca0839ab198daf8a377e.tar.gz
Merge branch 'offline'
Diffstat (limited to 'bugzillaBugTriage.js')
-rw-r--r--bugzillaBugTriage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js
index 5fe6bc2..517df99 100644
--- a/bugzillaBugTriage.js
+++ b/bugzillaBugTriage.js
@@ -1585,7 +1585,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");