diff --git a/third_party/firefox_sendtophone/chrome.manifest b/third_party/firefox_sendtophone/chrome.manifest
index 483151c..2ce5ce8 100644
--- a/third_party/firefox_sendtophone/chrome.manifest
+++ b/third_party/firefox_sendtophone/chrome.manifest
@@ -13,10 +13,11 @@ locale sendtophone hu chrome/locale/hu/
locale sendtophone it chrome/locale/it/
locale sendtophone ja-JP chrome/locale/ja-JP/
locale sendtophone nl chrome/locale/nl/
+locale sendtophone pt-BR chrome/locale/pt-BR/
locale sendtophone ru chrome/locale/ru/
locale sendtophone sr chrome/locale/sr/
locale sendtophone sv chrome/locale/sv/
-locale sendtophone zh chrome/locale/zh/
+locale sendtophone zh-CN chrome/locale/zh-CN/
overlay chrome://browser/content/browser.xul chrome://sendtophone/content/ff-overlay.xul
style chrome://global/content/customizeToolbar.xul chrome://sendtophone/skin/overlay.css
diff --git a/third_party/firefox_sendtophone/chrome/content/ff-overlay.js b/third_party/firefox_sendtophone/chrome/content/ff-overlay.js
index 8182143..935f328 100644
--- a/third_party/firefox_sendtophone/chrome/content/ff-overlay.js
+++ b/third_party/firefox_sendtophone/chrome/content/ff-overlay.js
@@ -111,10 +111,7 @@ sendtophone.showFirefoxContextMenu = function(event) {
gContextMenu.showItem("context-sendtophone-text", gContextMenu.isTextSelected ||
(gContextMenu.onTextInput && gContextMenu.target.selectionEnd > gContextMenu.target.selectionStart) );
- gContextMenu.showItem("context-sendtophone-email", (gContextMenu.isTextSelected ||
- (gContextMenu.onTextInput && gContextMenu.target.selectionEnd > gContextMenu.target.selectionStart))&&
- this.detectEmail(this.selectText())
- );
+
gContextMenu.showItem("context-sendtophone-page", !( gContextMenu.inDirList || gContextMenu.isContentSelected || gContextMenu.onTextInput || gContextMenu.onLink || gContextMenu.onImage ));
};
diff --git a/third_party/firefox_sendtophone/chrome/content/ff-overlay.xul b/third_party/firefox_sendtophone/chrome/content/ff-overlay.xul
index d5161b7..b65174d 100644
--- a/third_party/firefox_sendtophone/chrome/content/ff-overlay.xul
+++ b/third_party/firefox_sendtophone/chrome/content/ff-overlay.xul
@@ -61,11 +61,6 @@
accesskey="&sendtophoneContextText.accesskey;"
insertafter="context-searchselect"
oncommand="sendtophone.onMenuItemCommand(event, 'text')"/>
-