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 a826f05942
commit 73b40cb325
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")
)
)
);