Hi Danilo, Just a couple of minor comments. Gavin. > === modified file 'lib/lp/translations/browser/language.py' > --- lib/lp/translations/browser/language.py 2009-09-10 13:31:25 +0000 > +++ lib/lp/translations/browser/language.py 2009-09-16 13:02:09 +0000 > @@ -170,7 +170,7 @@ > for item in pluralforms_list: > examples = ", ".join(map(str, item['examples'])) > if len(item['examples']) != 1: > - examples += ", ..." > + examples += "..." > else: > examples += "." > item['examples'] = examples > > === modified file 'lib/lp/translations/browser/tests/language-views.txt' > --- lib/lp/translations/browser/tests/language-views.txt 2009-09-14 14:55:01 +0000 > +++ lib/lp/translations/browser/tests/language-views.txt 2009-09-16 13:02:09 +0000 > @@ -22,8 +22,9 @@ > >>> print language_admin_view.page_title > Edit Portuguese (Brazil) (pt_BR) > > -The view provides also a cancel_url and a next_url, but they're the same because > -the previous and next steps of editing a language are returning to its index. > +The view provides also a cancel_url and a next_url, but they're the same > +because the previous and next steps of editing a language are returning > +to its index. > > >>> print language_admin_view.cancel_url > http://translations.launchpad.dev/+languages/pt_BR > @@ -35,7 +36,7 @@ > Add Language > ------------------ > > - >>> language_add_view = create_view(language_set, '+add', > + >>> language_add_view = create_view(language_set, '+add', > ... layer=TranslationsLayer) > > >>> print language_add_view.label > @@ -50,7 +51,8 @@ > http://translations.launchpad.dev/+languages > > >>> print language_add_view.field_names > - ['code', 'englishname', 'nativename', 'pluralforms', 'pluralexpression', 'visible', 'direction'] > + ['code', 'englishname', 'nativename', 'pluralforms', > + 'pluralexpression', 'visible', 'direction'] > > >>> login("