Bug 1221168 - The pen menu item on a given conversation should say "Delete", NOT "Delete conversation". r=Standard8

This commit is contained in:
Manuel Casas 2015-11-06 11:52:24 +00:00
parent 54526e2604
commit 0a57d4effa
3 changed files with 3 additions and 3 deletions

View File

@ -611,7 +611,7 @@ loop.panel = (function(_, mozL10n) {
className: "dropdown-menu-item",
onClick: this.props.handleDeleteButtonClick,
ref: "deleteButton"},
mozL10n.get("delete_conversation_menuitem")
mozL10n.get("delete_conversation_menuitem2")
)
)
);

View File

@ -611,7 +611,7 @@ loop.panel = (function(_, mozL10n) {
className="dropdown-menu-item"
onClick={this.props.handleDeleteButtonClick}
ref="deleteButton">
{mozL10n.get("delete_conversation_menuitem")}
{mozL10n.get("delete_conversation_menuitem2")}
</li>
</ul>
);

View File

@ -79,7 +79,7 @@ share_add_service_button=Add a Service
## These menu items are displayed from a panel's context menu for a conversation.
copy_link_menuitem=Copy Link
email_link_menuitem=Email Link
delete_conversation_menuitem=Delete conversation
delete_conversation_menuitem2=Delete
panel_footer_signin_or_signup_link=Sign In or Sign Up