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