clear-code / ieview-we

Provides ability to open pages and links by Internet Explorer (Cloned IE View based on WebExtensions)
https://addons.mozilla.org/firefox/addon/ie-view-we/
Mozilla Public License 2.0
26 stars 3 forks source link

Fix "the context menu item is blank" issue #30

Closed fujimotos closed 6 years ago

fujimotos commented 6 years ago

What's the problem?

What used to happen is that initialMenuItems() tries to retrieve localized strings using wrong key names. This results in odd menu items which have empty title strings.

Screenshot

Here is how the menus look like in the master branch:

2018-07-10-151056_227x302_scrot

fujimotos commented 6 years ago

Note: This patch should resolve the bug report #29.

piroor commented 6 years ago

Thanks!