Skip to content

Commit

Permalink
[FB] QRCode Generator | Add localize
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Oct 3, 2023
1 parent 0a6529f commit 4f5d2cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions browser/base/content/browser-pageActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

let QRCodeGeneratePageActionButton = window.MozXULElement.parseXULToFragment(`
<hbox id="QRCodeGeneratePageAction"
class="urlbar-page-action"
<hbox id="QRCodeGeneratePageAction" data-l10n-id="qrcode-generate-page-action"
class="urlbar-page-action" tooltiptext="qrcode-generate-page-action"
role="button" popup="qrcode-panel">
<image id="QRCodeGeneratePageAction-image" class="urlbar-icon"/>
<panel id="qrcode-panel" type="arrow" position="bottomright topright" onpopupshowing="generateCurrentTabQRCode()">
Expand Down
2 changes: 1 addition & 1 deletion browser/locales/en-US
Submodule en-US updated from dbadea to 34b9fa

0 comments on commit 4f5d2cc

Please sign in to comment.