Commit b2d9ad58 authored by Michal Čihař's avatar Michal Čihař

Simplify message

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent d66c3a98
...@@ -89,8 +89,7 @@ class WhiteboardMessage(models.Model): ...@@ -89,8 +89,7 @@ class WhiteboardMessage(models.Model):
max_length=25, max_length=25,
verbose_name=ugettext_lazy('Category'), verbose_name=ugettext_lazy('Category'),
help_text=ugettext_lazy( help_text=ugettext_lazy(
'Category matches Bootstrap ones and ' 'Category defines color used for the message.'
'defines color used for the message.'
), ),
choices=( choices=(
('info', ugettext_lazy('Info (light blue)')), ('info', ugettext_lazy('Info (light blue)')),
......
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