Bug 7843: (follow up) Improve RSS feed language
authorNicole <nicole@bywatersolutions.com>
Tue, 3 Mar 2015 11:05:38 +0000 (03:05 -0800)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 30 Apr 2015 19:33:08 +0000 (16:33 -0300)
The RSS button used to read ' RSS for the librarys general newsfeed.'
This included one grammatical error and I think included more words
than most average people would read.  This patch simplifies it to say
'RSS for Library News.'

To test:
* Apply all patches
* Review RSS feed button's text on main page under news

http://bugs.koha-community.org/show_bug.cgi?id=7843

Signed-off-by: Pierre <tredok.pierre@gmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt

index ca86c22..d257257 100644 (file)
@@ -49,7 +49,7 @@
             </div>
             <div id="rssnews-container">
                 <a href="opac-news-rss.pl"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png"></a>
-                RSS for the librarys general newsfeed.
+                RSS for Library News.
             </div>
         [% END %]