diff options
author | travis%sedsystems.ca <> | 2005-02-01 01:19:44 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-02-01 01:19:44 +0100 |
commit | 6cf9cae950f0cc24fa517d5847d7fb3e8c9a8667 (patch) | |
tree | 9a633938d35c15b147800b707a3ff87ed22f9f80 /template | |
parent | b1928c8c7cb62e0e3bd623c6435ca53461d924cc (diff) | |
download | bugzilla-6cf9cae950f0cc24fa517d5847d7fb3e8c9a8667.tar.gz bugzilla-6cf9cae950f0cc24fa517d5847d7fb3e8c9a8667.tar.xz |
Bug 277864 : Change 'of' to from in deleted component message
Patch by timeless@myrealbox.com r=justdave a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/components/deleted.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/components/deleted.html.tmpl b/template/en/default/admin/components/deleted.html.tmpl index a429e356c..6efa38843 100644 --- a/template/en/default/admin/components/deleted.html.tmpl +++ b/template/en/default/admin/components/deleted.html.tmpl @@ -28,7 +28,7 @@ # (if bug deletion is allowed) #%] -[% title = BLOCK %]Deleted Component '[% name FILTER html %]' of Product +[% title = BLOCK %]Deleted Component '[% name FILTER html %]' from Product '[% product FILTER html %]'[% END %] [% PROCESS global/header.html.tmpl title = title |