]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Post-checkin fix for Bug 121069: I had forgotten to remove an unused error message...
authormkanat%bugzilla.org <>
Thu, 15 Mar 2007 09:50:22 +0000 (09:50 +0000)
committermkanat%bugzilla.org <>
Thu, 15 Mar 2007 09:50:22 +0000 (09:50 +0000)
template/en/default/global/code-error.html.tmpl

index 91044064d1b364236dcdc440450c06cb35f28f71..ad8c97e428bd109eb3cdc1c3024d6c8dfbf91519 100644 (file)
     [% 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.