> I want to change the button text on the compose page from Addresses to
> Address Book. I can't seem to find the English locale file to change it.
> Any ideas?
Open src/compose.php, search for the text "Addresses". There are four
such occurances, and you should change the last three. You'll pr
> I want to change some of the text shown by Squirrelmail (as a specific
> example I'd like the login page to say 'User name' rather than just
> 'Name').
>
> Obviously I can just change the text in src/login.php from _("Name:")
to
> _("Login name:") but won't this break the translations since (as
I want to change some of the text shown by Squirrelmail (as a specific
example I'd like the login page to say 'User name' rather than just
'Name').
Obviously I can just change the text in src/login.php from _("Name:") to
_("Login name:") but won't this break the translations since (as I
understand