Submit button text translation (suggestion for a fixing)
-
Hi Kolja,
I suggest you change line #44 in matches.php from…
<input type='submit' value='<?php _e('Show') ?>' />
To
<input type='submit' value='<?php _e('Show','leaguemanager') ?>' />
This way submit button comes with the right text translation.
Hope this helps you
Cheers
- The topic ‘Submit button text translation (suggestion for a fixing)’ is closed to new replies.