From c09bc5c633aa6266e842f02fc34d09c024573b01 Mon Sep 17 00:00:00 2001 From: Vitor Baptista Date: Tue, 22 Apr 2014 15:05:38 -0300 Subject: [PATCH] [#1251] Fix phrase wording --- ckan/lib/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckan/lib/cli.py b/ckan/lib/cli.py index a88f84668e0..d96301a7a34 100644 --- a/ckan/lib/cli.py +++ b/ckan/lib/cli.py @@ -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.'