Bug 13741: "No fund found" is not translatable

The string "No fund found" on the funds overview page is
not translatable.

To test:
- Create a new budget
- Check for the string on the funds page of the new budget
- Run an update on one of the po file sets
    cd misc/translator
    perl translate update <langcode>
- Verify that the string now appars in the po file for staff
- Verify the page still looks the same as before the patch

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
Katrin Fischer 2015-02-21 20:52:02 +01:00 committed by Tomas Cohen Arazi
parent e08f4e75db
commit a78b958213

View file

@ -419,7 +419,7 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget")
</table> </table>
[% ELSE %] [% ELSE %]
No fund found <p>No fund found</p>
[% END %] [% END %]
[% END %] <!-- list --> [% END %] <!-- list -->