forked from rc/aircox
update locale messages
This commit is contained in:
@ -121,6 +121,10 @@ class Program(Page):
|
||||
|
||||
return os.path.exists(path)
|
||||
|
||||
class Meta:
|
||||
verbose_name = _('Program')
|
||||
verbose_name_plural = _('Programs')
|
||||
|
||||
def __str__(self):
|
||||
return self.title
|
||||
|
||||
|
Reference in New Issue
Block a user