src/cm/views/followup.py
changeset 195 b58d55229bdf
parent 170 31288d47e729
--- a/src/cm/views/followup.py	Wed Feb 24 01:29:43 2010 +0900
+++ b/src/cm/views/followup.py	Wed Feb 24 01:39:01 2010 +0900
@@ -59,7 +59,7 @@
             return HttpResponseRedirect(reverse('index'))
     return render_to_response('site/notifications_desactivate.html', 
                               {'notification' : notification,
-                               'title' : _(u'Desactivate notification?'),                               
+                               'title' : _(u'Deactivate notification?'),                               
                                },
                                context_instance=RequestContext(request))