diff -r 22e994a991fc -r b58d55229bdf src/cm/views/followup.py --- 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))