From c4b1b616ba3aef3ddf5219dc4a58d96e9d9e7a46 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 10 Sep 2013 21:10:28 +0200 Subject: [PATCH] Bug 10871: Make confirmation message for deleting news translatable To test: - Create a news entry in tools > news - Delete the news entry or multiple entries by selecting them using the checkboxes to the left and the delete button at the bottom of the page. Verify confirmation message shows up correctly with patch applied. Bonus: - Update one of the po files and make sure the new strings shows up there. --- .../prog/en/modules/tools/koha-news.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt index cc8604d..15bdbff 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt @@ -130,7 +130,7 @@ Edit News Item[% ELSE %]Add News Item[% END %][% ELSE %]News[% END %] [% IF ( opac_news_count ) %] -
+ -- 1.7.9.5