Browse Source

Traduction DSL lines

Irina LAMBLA 6 years ago
parent
commit
736b641339
1 changed files with 2 additions and 3 deletions
  1. 2 3
      simple_dsl/models.py

+ 2 - 3
simple_dsl/models.py

@@ -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