diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-01-14 23:12:01 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-01-14 23:12:01 +0100 |
commit | 935e368ef5533567bdeaca0839ab198daf8a377e (patch) | |
tree | 1d72d5191df9f37f6037b8ebe474a173974ea037 | |
parent | 8c3b4cc06a0b1a73ef58b87ed04f1edfe9d2cf9d (diff) | |
parent | 9b9e45d672cf26d7b2022ea14c1d533b9ce723cd (diff) | |
download | bugzilla-triage-935e368ef5533567bdeaca0839ab198daf8a377e.tar.gz |
Merge branch 'offline'
-rw-r--r-- | bugzillaBugTriage.js | 2 |
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"); |