[Koha-patches] [PATCH] BUG 5649: Change wording on review.tmpl from white\black to approve\rejected consistent with the rest of the page

Schuster dschust1 at gmail.com
Thu Jan 27 05:30:51 CET 2011


Changes the wording on review.tmpl from white\black to approve\rejected consistent with the rest of the page
---
 .../intranet-tmpl/prog/en/modules/tags/review.tmpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tmpl
index ad2f360..a9ca6b1 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tmpl
@@ -274,7 +274,7 @@ td input,td input[type="submit"] { font-size: 85%; padding: 1px; }
   </fieldset>
   <fieldset class="brief">
    <h4>Test Blacklist</h4>
-   <div class="description">Enter a word or phrase here to test against your whitelist/blacklist: </div>
+   <div class="description">Enter a word or phrase to check against approved/rejected lists: </div>
    <form method="post" action="/cgi-bin/koha/tags/review.pl">
    <input type="text" size="14" name="test" id="test" />
    <fieldset class="action"><input type="submit" value="Test" id="test_button" name="op" /></fieldset>
-- 
1.7.2.3



More information about the Koha-patches mailing list