aboutsummaryrefslogtreecommitdiffstats
path: root/demos/dialog/modal_message.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/dialog/modal_message.html')
-rw-r--r--demos/dialog/modal_message.html10
1 files changed, 2 insertions, 8 deletions
diff --git a/demos/dialog/modal_message.html b/demos/dialog/modal_message.html
index fbdc4de99..8483dec16 100644
--- a/demos/dialog/modal_message.html
+++ b/demos/dialog/modal_message.html
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
- <title>jQuery UI Dialog - Modal Message Demo</title>
+ <title>jQuery UI Dialog - Modal message</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
@@ -60,13 +60,7 @@
<div class="demo-description">
-<p>
-A modal message dialog like this is useful for providing information to the user that requires them to explicitly acknowledge before continuing with their work.
-</p>
-
-<p>
-This example adds a button bar with a single 'Ok' button to dismiss the dialog.
-</p>
+<p>Use a modal dialog to explicitly acknowledge information or an action before continuing their work. Set the <strong>modal</strong> option to true, and specify a primary action (Ok) with the <strong>buttons</strong> option.</p>
</div><!-- End demo-description -->