diff options
author | INOPIAE <inopiae@cacert.org> | 2013-05-22 00:36:23 +0200 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-05-22 00:36:23 +0200 |
commit | 5314b0511c74cb4b4af86c124078625f7a85850f (patch) | |
tree | 943d536496f7c9cfc1f7978eae7ef23367dfc2d7 | |
parent | 882428da0227c7f537e54ef85632e77a7824499c (diff) | |
download | cacert-devel-5314b0511c74cb4b4af86c124078625f7a85850f.tar.gz cacert-devel-5314b0511c74cb4b4af86c124078625f7a85850f.tar.xz cacert-devel-5314b0511c74cb4b4af86c124078625f7a85850f.zip |
bug 782: changed wording
-rw-r--r-- | pages/account/12.php | 2 | ||||
-rw-r--r-- | pages/account/18.php | 2 | ||||
-rw-r--r-- | pages/account/22.php | 2 | ||||
-rw-r--r-- | pages/account/5.php | 4 | ||||
-rw-r--r-- | pages/gpg/2.php | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/pages/account/12.php b/pages/account/12.php index ffd4ae8..32524e2 100644 --- a/pages/account/12.php +++ b/pages/account/12.php @@ -86,7 +86,7 @@ <? } ?> <tr> <td class="DataTD" colspan="8"> - <?=_("* Comment is NOT included in the certificate as it is intended for your personal reference only. To change the comment go to the certificate view with hitting email address.")?> + <?=_('* Comment is NOT included in the certificate as it is intended for your personal reference only. To change the comment tick the checkbox and hit "Change Settings".')?> </td> </tr> <tr> diff --git a/pages/account/18.php b/pages/account/18.php index 2267689..2fbb8b4 100644 --- a/pages/account/18.php +++ b/pages/account/18.php @@ -91,7 +91,7 @@ <? } ?> <tr> <td class="DataTD" colspan="8"> - <?=_("* Comment is NOT included in the certificate as it is intended for your personal reference only. To change the comment go to the certificate view with hitting email address.")?> + <?=_('* Comment is NOT included in the certificate as it is intended for your personal reference only. To change the comment tick the checkbox and hit "Change Settings".')?> </td> </tr> <tr> diff --git a/pages/account/22.php b/pages/account/22.php index f5ba920..cb40cf2 100644 --- a/pages/account/22.php +++ b/pages/account/22.php @@ -87,7 +87,7 @@ <? } ?> <tr> <td class="DataTD" colspan="8"> - <?=_("* Comment is NOT included in the certificate as it is intended for your personal reference only. To change the comment go to the certificate view with hitting email address.")?> + <?=_('* Comment is NOT included in the certificate as it is intended for your personal reference only. To change the comment tick the checkbox and hit "Change Settings".')?> </td> </tr> <tr> diff --git a/pages/account/5.php b/pages/account/5.php index 22b581f..bfd049c 100644 --- a/pages/account/5.php +++ b/pages/account/5.php @@ -106,13 +106,13 @@ <tr> <td class="DataTD" colspan="9"> - <?=_("* Comment is NOT included in the certificate as it is intended for your personal reference only. To change the comment go to the certificate view with hitting email address.")?> + <?=_('* Comment is NOT included in the certificate as it is intended for your personal reference only. To change the comment tick the checkbox and hit "Change Settings".')?> </td> </tr> <tr> <td class="DataTD" colspan="5"><input type="submit" name="renew" value="<?=_("Renew")?>" />     - <input type="submit" name="revoke" value="<?=_("Revoke/Delete")?>" /></td> + <input type="submit" name="revoke" value="<?=_("Revoke/Delete")?>" /></td> <td class="DataTD" colspan="4"><input type="submit" name="change" value="<?=_("Change settings")?>" /> </td> diff --git a/pages/gpg/2.php b/pages/gpg/2.php index 087b5fe..fe75a84 100644 --- a/pages/gpg/2.php +++ b/pages/gpg/2.php @@ -69,7 +69,7 @@ <? } ?> <tr> <td class="DataTD" colspan="6"> - <?=_("* Comment is NOT included in the certificate as it is intended for your personal reference only. To change the comment go to the certificate view with hitting email address.")?> + <?=_('* Comment is NOT included in the certificate as it is intended for your personal reference only. To change the comment tick the checkbox and hit "Change Settings".')?> </td> </tr> <tr> |