diff options
author | TJ VanToll <tj.vantoll@gmail.com> | 2014-04-24 09:23:45 -0400 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2014-05-05 21:41:11 +0200 |
commit | dfb8db2f09a17d59fe53fc2eca02182fdbc8e45c (patch) | |
tree | 72ac787ecb576b5df14582f19b6b1450764b61ed /demos/tooltip | |
parent | f0b4967388a5f0d7eb14c4b124886a11f4aa7d9e (diff) | |
download | jquery-ui-dfb8db2f09a17d59fe53fc2eca02182fdbc8e45c.tar.gz jquery-ui-dfb8db2f09a17d59fe53fc2eca02182fdbc8e45c.zip |
Tooltip demo: Reword dialog description for clarity
Closes gh-1233
Diffstat (limited to 'demos/tooltip')
-rw-r--r-- | demos/tooltip/custom-content.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/tooltip/custom-content.html b/demos/tooltip/custom-content.html index f6184a52c..e5f638073 100644 --- a/demos/tooltip/custom-content.html +++ b/demos/tooltip/custom-content.html @@ -77,7 +77,7 @@ and are licensed under <a href="http://creativecommons.org/licenses/by-sa/3.0/de <div class="demo-description"> <p>Shows how to combine different event delegated tooltips into a single instance, by customizing the items and content options.</p> -<p>Use dialog's for interactive content, like the maps.</p> +<p>For interactive content, such as scrollable maps, use a dialog.</p> </div> </body> </html> |