Use shorter confirmation messages.

This commit is contained in:
Roberto Rosario
2015-07-17 19:52:17 -04:00
parent 9288f3c903
commit afe6644321
11 changed files with 36 additions and 56 deletions

View File

@@ -222,7 +222,7 @@ def template_node_delete(request, node_pk):
'navigation_object_list': ['index', 'node'],
'next': next,
'node': node,
'title': _('Are you sure you with to delete the index template node: %s?') % node,
'title': _('Delete the index template node: %s?') % node,
'previous': previous,
}