Skip to content

Commit

Permalink
fix locale match
Browse files Browse the repository at this point in the history
  • Loading branch information
ttop32 committed Feb 4, 2024
1 parent 69edaad commit c0671ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/popup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -534,12 +534,12 @@ var advancedTabData = {
},
tooltipInfoTransliteration: {
description:
browser.i18n.getMessage("Tooltip Info Transliteration") +
browser.i18n.getMessage("Tooltip_Info_Transliteration") +
" (Experimental)",
optionList: toggleList,
},
tooltipInfoSourceLanguage: {
description: browser.i18n.getMessage("Tooltip Info Source Language"),
description: browser.i18n.getMessage("Tooltip_Info_Source_Language"),
optionList: toggleList,
},
};
Expand Down

0 comments on commit c0671ef

Please sign in to comment.