s_gardner1980
Member
Posted 2 years ago #
Hi guys,
Hope you can help me change this very small issue with the Leaguemanager plugin.
Within the widget the plugin displays 'Next Match' but i want it to say 'Next League Match' instead. Anyone know where i can change this. I have done a search and replace on the plugin files but it doesnt seem to work.
Thanks in advance.
Steven
bilbous
Member
Posted 2 years ago #
go into
Leaguemanager then lib and open
widget.php
search for this string
$out .= "<h4>$prev_link".__( 'Next Match', 'leaguemanager' )."$next_link</h4>";
change to
$out .= "<h4>$prev_link".__( 'Next League Match', 'leaguemanager' )."$next_link</h4>";
save and done
example
http://superfootballleague.bloggzor.com/