diff options
author | INOPIAE <inopiae@cacert.org> | 2012-12-16 16:02:01 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2012-12-16 16:02:01 +0100 |
commit | e44a741615163837f120eea43d474e85136a1d60 (patch) | |
tree | 20cab59eca79630a4ad5440e7415a0a2fa097669 /pages | |
parent | 05101320a3a74bd6d443e839af677e88e3fcff87 (diff) | |
download | cacert-devel-e44a741615163837f120eea43d474e85136a1d60.tar.gz cacert-devel-e44a741615163837f120eea43d474e85136a1d60.tar.xz cacert-devel-e44a741615163837f120eea43d474e85136a1d60.zip |
bug 795: added changes from bug 1125
Diffstat (limited to 'pages')
-rw-r--r-- | pages/account/40.php | 4 | ||||
-rw-r--r-- | pages/index/11.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pages/account/40.php b/pages/account/40.php index ecbc4c5..2eee886 100644 --- a/pages/account/40.php +++ b/pages/account/40.php @@ -42,8 +42,8 @@ if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['s <tr><td width="100" valign="top"><?=_("Message")?>:</td><td colspan="3"><textarea name="message" cols="70" rows="10"></textarea></td></tr> <tr> - <td colspan="2"><font color="#ff0000"><?=_("Warning: Please do not use send to mailing list when you entered confidential data. The request is being sent to a public mailinglist.")?></font></td> - <td colspan="2"><?=_("For confidential data use send to support.")?></td> + <td colspan="2"><font color="#ff0000"><?=_("Warning: Please do not use \"send to mailing list\" when you entered confidential data. The request is being sent to a public mailinglist.")?></font></td> + <td colspan="2"><?=_("For confidential data use \"send to support\".")?></td> </tr> <tr> <td colspan="2"><input type="submit" name="process[0]" value="<?=_("Send to mailing list")?>"></td> diff --git a/pages/index/11.php b/pages/index/11.php index 43ffea9..2d8cfa6 100644 --- a/pages/index/11.php +++ b/pages/index/11.php @@ -42,8 +42,8 @@ if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['s <tr><td width="100" valign="top"><?=_("Message")?>:</td><td colspan="3"><textarea name="message" cols="70" rows="10"></textarea></td></tr> <tr> - <td colspan="2"><font color="#ff0000"><?=_("Warning: Please do not use send to mailing list when you entered confidential data. The request is being sent to a public mailinglist.")?></font></td> - <td colspan="2"><?=_("For confidential data use send to support.")?></td> + <td colspan="2"><font color="#ff0000"><?=_("Warning: Please do not use \"send to mailing list\" when you entered confidential data. The request is being sent to a public mailinglist.")?></font></td> + <td colspan="2"><?=_("For confidential data use \"send to support\".")?></td> </tr> <tr> <td colspan="2"><input type="submit" name="process[0]" value="<?=_("Send to mailing list")?>"></td> |