You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2011/10/30 21:26:32 UTC

git commit: Futon: Make delete database dialog more expressive.

Updated Branches:
  refs/heads/master 1dc866b3c -> 200020827


Futon: Make delete database dialog more expressive.

Closes COUCHDB-208


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/20002082
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/20002082
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/20002082

Branch: refs/heads/master
Commit: 2000208270f35e63c4a4066eea6956925bc3db36
Parents: 1dc866b
Author: Jan Lehnardt <ja...@apache.org>
Authored: Sun Oct 30 21:25:49 2011 +0100
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Sun Oct 30 21:25:49 2011 +0100

----------------------------------------------------------------------
 share/www/dialog/_delete_database.html |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/20002082/share/www/dialog/_delete_database.html
----------------------------------------------------------------------
diff --git a/share/www/dialog/_delete_database.html b/share/www/dialog/_delete_database.html
index 039ba39..7fdf62f 100644
--- a/share/www/dialog/_delete_database.html
+++ b/share/www/dialog/_delete_database.html
@@ -16,8 +16,10 @@ specific language governing permissions and limitations under the License.
   <h2>Delete Database</h2>
   <fieldset>
     <p class="help">
-      Are you sure you want to delete this database? Note that this is an
-      <strong>irreversible operation</strong>!
+      Are you sure you want to delete this database? This includes all
+      documents, design documents, views and security settings.
+      <br><br>
+      Note that this is an <strong>irreversible operation</strong>!
     </p>
   </fieldset>
   <div class="buttons">