Tweak strings
This commit is contained in:
@@ -159,7 +159,7 @@ def document_signature_delete(request, document_pk):
|
||||
return HttpResponseRedirect(previous)
|
||||
|
||||
return render_to_response('generic_confirm.html', {
|
||||
'title': _(u'Are you sure you wish to delete the detached signature from document: %s') % document,
|
||||
'title': _(u'Are you sure you wish to delete the detached signature from document: %s?') % document,
|
||||
'form_icon': 'pencil_delete.png',
|
||||
'next': next,
|
||||
'previous': previous,
|
||||
|
||||
@@ -23,7 +23,7 @@ def setting_list(request, namespace_name=None, object_list=None, title=None, ext
|
||||
|
||||
if namespace_name:
|
||||
object_list = [setting for setting in settings[namespace_name] if setting.hidden == False]
|
||||
title = _(u'settings for the %s module') % namespaces[namespace_name]
|
||||
title = _(u'settings for the module: %s') % namespaces[namespace_name]
|
||||
|
||||
context = {
|
||||
'title': title if title else _(u'settings'),
|
||||
|
||||
Reference in New Issue
Block a user