diff options
author | onefang | 2021-09-14 13:56:47 +1000 |
---|---|---|
committer | onefang | 2021-09-14 13:56:47 +1000 |
commit | b0b7790a52a0b602c50a0f3ef9afbc2e0a6382b0 (patch) | |
tree | 95e6599bc5bddd0b4d4e05bc38eb96c226161ba0 | |
parent | Comment out the lua_isnumber() check. (diff) | |
download | opensim-SC-b0b7790a52a0b602c50a0f3ef9afbc2e0a6382b0.zip opensim-SC-b0b7790a52a0b602c50a0f3ef9afbc2e0a6382b0.tar.gz opensim-SC-b0b7790a52a0b602c50a0f3ef9afbc2e0a6382b0.tar.bz2 opensim-SC-b0b7790a52a0b602c50a0f3ef9afbc2e0a6382b0.tar.xz |
New lines in the emails.
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 476c728..41cc886 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -5156,7 +5156,7 @@ char *checkLinky(reqData *Rd) | |||
5156 | char *t1 = qurl_encode(t0, strlen(t0)); | 5156 | char *t1 = qurl_encode(t0, strlen(t0)); |
5157 | free(ret); | 5157 | free(ret); |
5158 | ret = xmprintf("<p><font color='red'><b>You have an email waiting with a validation link in it, please check your email. " | 5158 | ret = xmprintf("<p><font color='red'><b>You have an email waiting with a validation link in it, please check your email. " |
5159 | "THE FOLLOWING IS REPEATED, COZ PEOPLE JUST DON'T FOLLOW DIRECTIONS!" | 5159 | "THE FOLLOWING IS REPEATED, COZ PEOPLE JUST DON'T FOLLOW DIRECTIONS! " |
5160 | "It will be from %s@%s, and it might be in your spam folder, coz these sorts of emails sometimes end up there. " | 5160 | "It will be from %s@%s, and it might be in your spam folder, coz these sorts of emails sometimes end up there. " |
5161 | "You should add that email address to your contacts, or otherwise let it through your spam filter. " | 5161 | "You should add that email address to your contacts, or otherwise let it through your spam filter. " |
5162 | "It will be from %s@%s, and it might be in your spam folder, coz these sorts of emails sometimes end up there. " | 5162 | "It will be from %s@%s, and it might be in your spam folder, coz these sorts of emails sometimes end up there. " |
@@ -5397,7 +5397,7 @@ t("Write shs %s", tnm4); | |||
5397 | "\n" | 5397 | "\n" |
5398 | "Please go to this web link to validate your new account -\n" | 5398 | "Please go to this web link to validate your new account -\n" |
5399 | "https://%s%s?hashish=%s\n" | 5399 | "https://%s%s?hashish=%s\n" |
5400 | "THE FOLLOWING IS REPEATED, COZ PEOPLE JUST DON'T FOLLOW DIRECTIONS!" | 5400 | "THE FOLLOWING IS REPEATED, COZ PEOPLE JUST DON'T FOLLOW DIRECTIONS!\n" |
5401 | "If your email client wont let you click the validation\n" | 5401 | "If your email client wont let you click the validation\n" |
5402 | "link, just copy and paste it into your web browser.\n" | 5402 | "link, just copy and paste it into your web browser.\n" |
5403 | "If your email client wont let you click the validation\n" | 5403 | "If your email client wont let you click the validation\n" |