Skip to content

Commit

Permalink
[#1251] Fix phrase wording
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaptista committed Apr 22, 2014
1 parent 16ccb79 commit c09bc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/cli.py
Expand Up @@ -2180,7 +2180,7 @@ def clean_views(self):
for row in results:
print '%s of type %s' % (row[1], row[0])

result = query_yes_no('Are you want to delete these resource views:', default='no')
result = query_yes_no('Do you want to delete these resource views:', default='no')

if result == "no":
print 'Not Deleting.'
Expand Down

0 comments on commit c09bc5c

Please sign in to comment.