From 18db38002bfb266e9c21ac929bb08d01a9b1149d Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sun, 14 Feb 2016 13:35:48 -0500 Subject: [PATCH] monkeysphere: Consistently use the term OpenPGP In user visible strings, instead of PGP or GPG. --- plinth/modules/monkeysphere/__init__.py | 12 ++++++------ .../modules/monkeysphere/templates/monkeysphere.html | 4 ++-- plinth/modules/monkeysphere/views.py | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/plinth/modules/monkeysphere/__init__.py b/plinth/modules/monkeysphere/__init__.py index 09be4a195..d9c526f82 100644 --- a/plinth/modules/monkeysphere/__init__.py +++ b/plinth/modules/monkeysphere/__init__.py @@ -30,12 +30,12 @@ depends = ['system'] title = _('Monkeysphere') description = [ - _('With Monkeysphere, a PGP key can be generated for each configured ' - 'domain serving SSH. The PGP public key can then be uploaded to the PGP ' - 'keyservers. Users connecting to this machine through SSH can verify ' - 'that they are connecting to the correct host. For users to trust the ' - 'key, at least one person (usually the machine owner) must sign the key ' - 'using the regular PGP key signing process. See the ' + _('With Monkeysphere, an OpenPGP key can be generated for each configured ' + 'domain serving SSH. The OpenPGP public key can then be uploaded to the ' + 'OpenPGP keyservers. Users connecting to this machine through SSH can ' + 'verify that they are connecting to the correct host. For users to ' + 'trust the key, at least one person (usually the machine owner) must ' + 'sign the key using the regular OpenPGP key signing process. See the ' ' ' 'Monkeysphere SSH documentation for more details.') ] diff --git a/plinth/modules/monkeysphere/templates/monkeysphere.html b/plinth/modules/monkeysphere/templates/monkeysphere.html index ebe048590..58258c6c0 100644 --- a/plinth/modules/monkeysphere/templates/monkeysphere.html +++ b/plinth/modules/monkeysphere/templates/monkeysphere.html @@ -53,7 +53,7 @@ {% trans "Domain" %} - {% trans "GPG Fingerprint" %} + {% trans "OpenPGP Fingerprint" %} {% trans "Actions" %} @@ -75,7 +75,7 @@ {% csrf_token %} + {% trans "Generate OpenPGP Key" %} {% elif not running %}