[Pkg-mozext-commits] [firebug] 73/82: Do no localize CMD tip example (issue 6200)

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


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

taffit pushed a commit to tag fbtest-1.11.2
in repository firebug.

commit 306d6b3c852d46200a003b296312fabdb9f19c63
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Thu Jan 24 13:45:14 2013 +0100

    Do no localize CMD tip example (issue 6200)
---
 extension/content/firebug/console/commandLineHelp.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extension/content/firebug/console/commandLineHelp.js b/extension/content/firebug/console/commandLineHelp.js
index 8f8d982..5ad312c 100644
--- a/extension/content/firebug/console/commandLineHelp.js
+++ b/extension/content/firebug/console/commandLineHelp.js
@@ -169,7 +169,7 @@ var Tip = domplate(
 
     getExample: function(object)
     {
-        return object.nol10n ? object.example : Locale.$STR(object.example);
+        return object.example;
     }
 });
 

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