BUG 5649: Change wording on review.tmpl from white\black to approve\rejected consiste...
authorSchuster <dschust1@gmail.com>
Tue, 25 Jan 2011 09:03:49 +0000 (04:03 -0500)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Sun, 30 Jan 2011 00:57:53 +0000 (19:57 -0500)
Changes the wording on review.tmpl from white\black to approve\rejected consistent with the rest of the page

Signed-off-by: Nicole Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 460a7b566bded878b4fd800f8baa98e83e32e38b)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tmpl

index ad2f360..a9ca6b1 100644 (file)
@@ -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>