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:
parent
e08f4e75db
commit
a78b958213
1 changed files with 1 additions and 1 deletions
|
@ -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 -->
|
||||||
|
|
Loading…
Reference in a new issue