summaryrefslogtreecommitdiffstats
path: root/forum/const.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum/const.py')
-rwxr-xr-xforum/const.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/const.py b/forum/const.py
index a3ab2a47..07b0291c 100755
--- a/forum/const.py
+++ b/forum/const.py
@@ -123,7 +123,7 @@ TYPE_RESPONSE = {
CONST = {
'closed' : _('[closed]'),
- 'deleted' : _('[deleted]'),
+ 'deleted' : _('[deleted]'),
'default_version' : _('initial version'),
'retagged' : _('retagged'),
}