Here is the latest diff. Many thanks for the review! === modified file 'lib/canonical/launchpad/security.py' --- lib/canonical/launchpad/security.py 2009-12-18 13:25:19 +0000 +++ lib/canonical/launchpad/security.py 2009-12-21 15:17:16 +0000 @@ -1678,7 +1678,7 @@ def checkAuthenticated(self, user): """Is the user able to manage `IDistroSeries` translations. - Disribution managers can also manage IDistroSeries + Distribution managers can also manage IDistroSeries """ return (AdminDistributionTranslations( self.obj.distribution).checkAuthenticated(user)) @@ -1691,7 +1691,7 @@ def checkAuthenticated(self, user): """Is the user able to manage `IDistroSeriesLanguage` translations. - Disribution managers can also manage IDistroSeriesLanguage + Distribution managers can also manage IDistroSeriesLanguage """ return (AdminDistroSeriesTranslations( self.obj.distroseries).checkAuthenticated(user)) === modified file 'lib/canonical/launchpad/testing/pages.py' --- lib/canonical/launchpad/testing/pages.py 2009-12-18 13:25:19 +0000 +++ lib/canonical/launchpad/testing/pages.py 2009-12-21 17:17:46 +0000 @@ -39,6 +39,7 @@ from lazr.restful.testing.webservice import WebServiceCaller from lp.testing import ANONYMOUS, login, login_person, logout from lp.testing.factory import LaunchpadObjectFactory +from lp.registry.interfaces.person import NameAlreadyTaken class UnstickyCookieHTTPCaller(HTTPCaller): @@ -636,17 +637,24 @@ return LaunchpadWebServiceCaller(consumer_key, access_token.key) -def setupUTCBrowser(): - """Testbrowser configured for Ubuntu Translations Coordinators.""" +def setupDTCBrowser(): + """Testbrowser configured for Distribution Translations Coordinators. + Ubuntu is the configured distribution. + """ login('