[Pkg-mozext-commits] [firebug] 09/28: Fix tooltip of "Add Rule"

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 22:46:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag firebug-1.10.3
in repository firebug.

commit 0bf8940c7b5d9f5ddab615ee317f06592bc8d021
Author: Simon Lindholm <simon.lindholm10 at gmail.com>
Date:   Tue Aug 14 21:02:03 2012 +0200

    Fix tooltip of "Add Rule"
---
 extension/content/firebug/css/stylePanel.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extension/content/firebug/css/stylePanel.js b/extension/content/firebug/css/stylePanel.js
index 6f5ef01..35a5d76 100644
--- a/extension/content/firebug/css/stylePanel.js
+++ b/extension/content/firebug/css/stylePanel.js
@@ -633,7 +633,7 @@ CSSStylePanel.prototype = Obj.extend(CSSStyleSheetPanel.prototype,
         },
         {
             label: "AddRule",
-            tooltiptext: "style.tip.Add_Rule",
+            tooltiptext: "css.tip.AddRule",
             command: Obj.bindFixed(this.addRelatedRule, this)
         });
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git



More information about the Pkg-mozext-commits mailing list