Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #581 from ochameau/bug/754032
Browse files Browse the repository at this point in the history
Bug 754032: localize preferences r=@erikvold
  • Loading branch information
erikvold committed Jan 19, 2013
2 parents e503226 + 4fb4e3d commit a238bdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfx/preferences.js
Expand Up @@ -77,7 +77,7 @@ function generateOptionsXul(options, jetpackId) {
setting.appendChild(doc.createTextNode(pref.description));

if (pref.type == "control") {
button = doc.createElement("button");
let button = doc.createElement("button");
button.setAttribute("pref-name", pref.name);
button.setAttribute("data-jetpack-id", jetpackId);
button.setAttribute("label", pref.label);
Expand Down
Binary file modified cfx/xulrunner-app/cfx.xpi
Binary file not shown.

0 comments on commit a238bdf

Please sign in to comment.