Skip to content

Commit

Permalink
Capitalized style in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit committed Jul 11, 2013
1 parent 30b7d81 commit 0a00aaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stylebot/browseraction/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<li><a class="open" href="#">Open Stylebot...</a></li>
<div class="clearfix"></div>
<li class="dropdown">
<a class="dropdown-toggle" id="drop4" role="button" data-toggle="dropdown" href="#">Install style from Social <b class="caret"></b></a>
<a class="dropdown-toggle" id="drop4" role="button" data-toggle="dropdown" href="#">Install Style from Social <b class="caret"></b></a>
<ul id="menu" class="dropdown-menu" role="menu" aria-labelledby="drop4">
<li><a>Loading...</a></li>
</ul>
</li>
<div class="clearfix"></div>
<li><a class="share" href="#">Share style on Social...</a></li>
<li><a class="share" href="#">Share Style on Social...</a></li>
<div class="clearfix"></div>
<li><a class="reset" href="#">Remove Styling</a></li>
<div class="clearfix"></div>
Expand Down
2 changes: 1 addition & 1 deletion stylebot/editor/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ stylebot.widget = {
* Reset the entire CSS for the page
*/
resetPage: function() {
if (confirm("Are you sure you want to remove the custom CSS for this page?")) {
if (confirm("Are you sure you want to remove custom CSS for this page?")) {
stylebot.undo.push(Utils.cloneObject(stylebot.style.rules));
stylebot.undo.refresh();
stylebot.widget.reset();
Expand Down

0 comments on commit 0a00aaf

Please sign in to comment.