diff options
author | lpsolit%gmail.com <> | 2005-07-26 21:36:13 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-07-26 21:36:13 +0000 |
commit | b9f1149d089594e3135a6b169ff6eef4ef4be52d (patch) | |
tree | c23e8abda515a363950d7decfb199e326f58fe64 /process_bug.cgi | |
parent | 3e48dcd06407ccb38d739740b3374c48a809067d (diff) | |
download | bugs-b9f1149d089594e3135a6b169ff6eef4ef4be52d.tar bugs-b9f1149d089594e3135a6b169ff6eef4ef4be52d.tar.gz bugs-b9f1149d089594e3135a6b169ff6eef4ef4be52d.tar.bz2 bugs-b9f1149d089594e3135a6b169ff6eef4ef4be52d.tar.xz bugs-b9f1149d089594e3135a6b169ff6eef4ef4be52d.zip |
Bug 298273: Marking duplicates misses 'Bug' before the number - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-x | process_bug.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi index c8e1e8114..50fde12eb 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -1044,7 +1044,7 @@ SWITCH: for ($cgi->param('knob')) { ChangeResolution('DUPLICATE'); my $comment = $cgi->param('comment'); $comment .= "\n\n*** This bug has been marked " . - "as a duplicate of $duplicate ***"; + "as a duplicate of bug $duplicate ***"; $cgi->param('comment', $comment); last SWITCH; }; |