[Pkg-mozext-commits] [firebug] 05/22: Provide proper cookie breakpoint type key

David Prévot taffit at moszumanska.debian.org
Sat Jul 19 21:45:50 UTC 2014


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

taffit pushed a commit to branch master
in repository firebug.

commit 099528b2ec23957cb77c53e2d0574abc304d5e69
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Tue Jun 24 16:48:32 2014 +0200

    Provide proper cookie breakpoint type key
---
 extension/content/firebug/cookies/breakpoints.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extension/content/firebug/cookies/breakpoints.js b/extension/content/firebug/cookies/breakpoints.js
index 0daf087..998bfaf 100644
--- a/extension/content/firebug/cookies/breakpoints.js
+++ b/extension/content/firebug/cookies/breakpoints.js
@@ -219,7 +219,7 @@ Breakpoints.BreakpointTemplate = Domplate.domplate(Rep,
 
     getType: function(bp)
     {
-        return Locale.$STR("Break On Cookie Change");
+        return Locale.$STR("cookies.Break On Cookie");
     },
 
     isDisabled: function(bp)

-- 
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