Skip to content
Snippets Groups Projects
Verified Commit a0fede90 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix name translation.

parent 53042322
No related branches found
No related tags found
No related merge requests found
from django.apps import AppConfig
from django.utils.translation import ugettext as _
class ExlibrisConfig(AppConfig):
name = 'biscuit.apps.exlibris'
verbose_name = 'BiscuIT - Exlibris (' + _('School books') + ')'
verbose_name = 'BiscuIT - Exlibris (School book management)'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment