diff options
Diffstat (limited to 'pages')
-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> |