Re: [SM-USERS] Changing Text

2003-12-05 Thread pdontthink
> 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

RE: [SM-USERS] Changing text (default language)

2003-09-17 Thread p dont think
> 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

[SM-USERS] Changing text (default language)

2003-09-17 Thread Paul Haldane
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