| View previous topic :: View next topic |
| Author |
Message |
goetic
Joined: 09 Dec 2011 Posts: 4
|
Posted: Dec 09, 2011 9:39 am Post subject: Translation - How to change language for "fields" |
|
|
Hello
I would need to change the word for the field %html_unsubscribe_url%
I send my emailing in french, "unsubscribe" is not very good for this
In which file can i find this word ?
Or is there a way to bypass this ?
Thanks for your help.
Regards. |
|
| Back to top |
|
 |
goetic
Joined: 09 Dec 2011 Posts: 4
|
Posted: Dec 09, 2011 9:48 am Post subject: |
|
|
I found this line in cmaild.pl :
| Code: | | $$contact{ HTML_UNSUBSCRIBE_URL } = "<a href='".$CFG{ cgi_bin_url }."/signup.cgi?saction=unsubscribe'>Unsubscribe</a>"; |
If i change the word here, i will not break anything right ?
Regards. |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1287
|
Posted: Dec 09, 2011 12:43 pm Post subject: |
|
|
| goetic wrote: | I found this line in cmaild.pl :
| Code: | | $$contact{ HTML_UNSUBSCRIBE_URL } = "<a href='".$CFG{ cgi_bin_url }."/signup.cgi?saction=unsubscribe'>Unsubscribe</a>"; |
If i change the word here, i will not break anything right ?
Regards. |
That's not a problem. You can change it. |
|
| Back to top |
|
 |
|