]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix copy on modal popover button doodad
authorMark Otto <markotto@twitter.com>
Mon, 1 Oct 2012 20:28:54 +0000 (13:28 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 1 Oct 2012 20:28:54 +0000 (13:28 -0700)
docs/javascript.html
docs/templates/pages/javascript.mustache

index f1366887721a4746f3a12f6035ea5426b64461aa..c61c0bc4fd10041cdb347f80d7427151637df9e4 100644 (file)
@@ -224,7 +224,7 @@ $('#myModal').on('show', function (e) {
               <p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem.</p>
 
               <h4>Popover in a modal</h4>
-              <p>This <a href="#" role="button" class="btn popover-test" title="A Title" data-content="And here's some amazing content. It's very engaging. right?">button</a> should trigger a popover on hover.</p>
+              <p>This <a href="#" role="button" class="btn popover-test" title="A Title" data-content="And here's some amazing content. It's very engaging. right?">button</a> should trigger a popover on click.</p>
 
               <h4>Tooltips in a modal</h4>
               <p><a href="#" class="tooltip-test" title="Tooltip">This link</a> and <a href="#" class="tooltip-test" title="Tooltip">that link</a> should have tooltips on hover.</p>
index 0406fd769cf826c20a1a5f45ece2fd3ec737e5f1..88ddbf6e0a416a635be2fca15fc5ba7c780d392d 100644 (file)
@@ -154,7 +154,7 @@ $('#myModal').on('show', function (e) {
               <p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem.</p>
 
               <h4>{{_i}}Popover in a modal{{/i}}</h4>
-              <p>{{_i}}This <a href="#" role="button" class="btn popover-test" title="A Title" data-content="And here's some amazing content. It's very engaging. right?">button</a> should trigger a popover on hover.{{/i}}</p>
+              <p>{{_i}}This <a href="#" role="button" class="btn popover-test" title="A Title" data-content="And here's some amazing content. It's very engaging. right?">button</a> should trigger a popover on click.{{/i}}</p>
 
               <h4>{{_i}}Tooltips in a modal{{/i}}</h4>
               <p>{{_i}}<a href="#" class="tooltip-test" title="Tooltip">This link</a> and <a href="#" class="tooltip-test" title="Tooltip">that link</a> should have tooltips on hover.{{/i}}</p>