From 0a00aaffb54e9f27f068209e5f488270952ea495 Mon Sep 17 00:00:00 2001 From: Ankit Ahuja Date: Thu, 11 Jul 2013 12:35:39 -0700 Subject: [PATCH] Capitalized style in menu --- stylebot/browseraction/index.html | 4 ++-- stylebot/editor/widget.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stylebot/browseraction/index.html b/stylebot/browseraction/index.html index bf2a2b08..5fe2dfd7 100644 --- a/stylebot/browseraction/index.html +++ b/stylebot/browseraction/index.html @@ -19,13 +19,13 @@
  • Open Stylebot...
  • -
  • +
  • Remove Styling
  • diff --git a/stylebot/editor/widget.js b/stylebot/editor/widget.js index 4291e3b5..679a0103 100644 --- a/stylebot/editor/widget.js +++ b/stylebot/editor/widget.js @@ -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();