When the invoices page has no results it asks the user
to use the form on the left to search. This patch fixes the
wording to make it a bit clearer.
---
.../prog/en/modules/acqui/invoices.tt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt
b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt
index c324882..a04204e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt
@@ -130,7 +130,7 @@ $(document).ready(function() {
</p>
[% END %]<!-- results_loop -->
[% ELSE %]
- <p>Please fill in the form to the left to make a search.</p>
+ <p>Use the search form on the left to find invoices.</p>
[% END %]<!-- do_search -->
</div>
</div>
--
1.7.2.3
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/