launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #04951
[Merge] lp:~dev-nigelj/launchpad/bug-763820 into lp:launchpad
Nigel Jones has proposed merging lp:~dev-nigelj/launchpad/bug-763820 into lp:launchpad.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
Related bugs:
Bug #763820 in Launchpad itself: "double "with" on +editpgpkeys"
https://bugs.launchpad.net/launchpad/+bug/763820
For more details, see:
https://code.launchpad.net/~dev-nigelj/launchpad/bug-763820/+merge/75111
Very simple/trivial fix to correct a double "with" on +pgpeditkeys
All this changes is the template lib/lp/registry/templates/person-editpgpkeys.pt
I don't think there is much point creating a separate test for this (but if there is, please let me know) and running './bin/test -vvm lp.registry -t gpg' ran clean and so did 'make lint'.
--
https://code.launchpad.net/~dev-nigelj/launchpad/bug-763820/+merge/75111
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~dev-nigelj/launchpad/bug-763820 into lp:launchpad.
=== modified file 'lib/lp/registry/templates/person-editpgpkeys.pt'
--- lib/lp/registry/templates/person-editpgpkeys.pt 2010-11-10 22:14:57 +0000
+++ lib/lp/registry/templates/person-editpgpkeys.pt 2011-09-13 04:48:25 +0000
@@ -157,8 +157,8 @@
<h2>Import an OpenPGP key</h2>
<p>To start using an OpenPGP key with your Launchpad account, simply
- paste its fingerprint below. The key must be registered with with
- an Ubuntu key server.
+ paste its fingerprint below. The key must be registered with the
+ Ubuntu key server.
(<a href="/+help/import-pgp-key.html" target="help">How to get the
fingerprint</a>)
</p>