|
@@ -14,9 +14,8 @@ class SimpleDSL(Configuration):
|
|
|
DSL reselling.
|
|
|
"""
|
|
|
class Meta:
|
|
|
- verbose_name = 'DSL line'
|
|
|
- # If Django's default pluralisation is not satisfactory
|
|
|
- #verbose_name_plural = 'very many DSL lines'
|
|
|
+ verbose_name = 'ligne xDSL'
|
|
|
+ verbose_name_plural = 'lignes xDSL'
|
|
|
|
|
|
# URL namespace associated to this configuration type, to build URLs
|
|
|
# in various view. Should also be defined in urls.py. Here, we don't
|