Post-checkin fix for Bug 121069: I had forgotten to remove an unused error message from code-error.html.tmpl.

This commit is contained in:
mkanat%bugzilla.org 2007-03-15 04:50:22 +00:00
Родитель 88f515a6a1
Коммит 965a6898c3
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -406,9 +406,6 @@
[% title = "Attachment Must Be Patch" %]
Attachment #[% attach_id FILTER html %] must be a patch.
[% ELSIF error == "nested_transaction" %]
Attempted to start a new transaction without finishing previous one first.
[% ELSIF error == "not_in_transaction" %]
Attempted to end transaction without starting one first.