Commit 802be0e2 authored by Michal Čihař's avatar Michal Čihař

Verbose names

parent 3ca1050c
......@@ -37,7 +37,7 @@ class SubProject(models.Model):
repo = models.CharField(max_length = 200)
branch = models.CharField(max_length = 50)
filemask = models.CharField(max_length = 200)
style_choices = (('po', 'po'), ('ts', 'ts'))
style_choices = (('po', 'GNU Gettext'), ('ts', 'Qt TS'))
style = models.CharField(max_length = 10, choices = style_choices)
@models.permalink
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment