diff --git a/browser/components/loop/content/js/contacts.js b/browser/components/loop/content/js/contacts.js index 6fecc1808a86..bb29539ce5f1 100644 --- a/browser/components/loop/content/js/contacts.js +++ b/browser/components/loop/content/js/contacts.js @@ -222,7 +222,7 @@ loop.contacts = (function(_, mozL10n) { "disabled": !this.props.canEdit }), onClick: this.onItemClick, "data-action": "remove"}, React.createElement("i", {className: "icon icon-remove"}), - mozL10n.get("remove_contact_menu_button") + mozL10n.get("remove_contact_menu_button2") ) ) ); diff --git a/browser/components/loop/content/js/contacts.jsx b/browser/components/loop/content/js/contacts.jsx index b78e60e6a99e..b77f34eaa039 100644 --- a/browser/components/loop/content/js/contacts.jsx +++ b/browser/components/loop/content/js/contacts.jsx @@ -222,7 +222,7 @@ loop.contacts = (function(_, mozL10n) { "disabled": !this.props.canEdit })} onClick={this.onItemClick} data-action="remove"> - {mozL10n.get("remove_contact_menu_button")} + {mozL10n.get("remove_contact_menu_button2")} ); diff --git a/browser/locales/en-US/chrome/browser/loop/loop.properties b/browser/locales/en-US/chrome/browser/loop/loop.properties index e6fa1dd8d996..4815148dc5bd 100644 --- a/browser/locales/en-US/chrome/browser/loop/loop.properties +++ b/browser/locales/en-US/chrome/browser/loop/loop.properties @@ -127,9 +127,9 @@ import_failed_description_simple=Sorry, contact import failed import_failed_description_some=Some contacts could not be imported import_failed_support_button=Help -## LOCALIZATION NOTE(remove_contact_menu_button): Displayed in the contact list in +## LOCALIZATION NOTE(remove_contact_menu_button2): Displayed in the contact list in ## a pop-up menu next to the contact's name. -remove_contact_menu_button=Remove Contact +remove_contact_menu_button2=Remove Contact… ## LOCALIZATION NOTE(confirm_delete_contact_alert): This is an alert that is displayed ## to confirm deletion of a contact. confirm_delete_contact_alert=Are you sure you want to delete this contact?