[Pkg-mozext-commits] [wot] 124/226: Use full components names in the search popup

David Prévot taffit at moszumanska.debian.org
Fri May 1 00:35:43 UTC 2015


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

taffit pushed a commit to branch master
in repository wot.

commit 6a8ade55dad6f5526c32a6f35570d7b9d53b26cb
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date:   Mon Aug 26 15:58:07 2013 +0300

    Use full components names in the search popup
---
 content/popup.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/popup.js b/content/popup.js
index e40f0a6..23f1fcc 100644
--- a/content/popup.js
+++ b/content/popup.js
@@ -110,8 +110,8 @@ var wot_popup =
 
             var replaces = [
                 { from: "ID", to: this.postfix },
-                { from: "POPUPTEXT0", to: wot_util.getstring("components__short_0") },
-                { from: "POPUPTEXT4", to: wot_util.getstring("components__short_4") },
+                { from: "POPUPTEXT0", to: wot_util.getstring("components_0") },
+                { from: "POPUPTEXT4", to: wot_util.getstring("components_4") },
                 { from: "POPUPHEADERTEXT", to: wot_util.getstring("popup_headertext") },
                 { from: "POPUPNOCAT", to: wot_util.getstring("popup_nocattext") }
             ];

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



More information about the Pkg-mozext-commits mailing list