Menu

Change the word Umpire

Help
2005-10-26
2013-04-11
  • Hugh Foster

    Hugh Foster - 2005-10-26

    Hi,
    Can someone tell me how to change the word 'Umpire' to 'Referee' wherever it is displayed?  I have been able to change it in a few places but I can't seem to find where it gets displayed in the game blocks.

     
    • abpotter

      abpotter - 2005-11-17

      It took me forever to figure this out, too.

      It's in /leaguesite/class/Game.php

      search for

      $_SESSION['translate']->it('Umpire');

      and change it to

      $_SESSION['translate']->it('Referee');

       
    • Hugh Foster

      Hugh Foster - 2005-11-21

      Thanks!

       
    • Rick

      Rick - 2007-02-20

      I made the change in two places, but I still see 'Umpire:' and not referee!?!?

      Is there something else that needs to be changed?

       

Log in to post a comment.