Alter the text to a more general approach and run tests

The text is now more in line with other mail clients to minimalize possible confusion between users of multiple mail clients and/or platforms.
This commit is contained in:
Yoeri Stessens 2015-12-02 08:23:03 +01:00
parent ceec7f625d
commit c54131ad96
2 changed files with 3 additions and 3 deletions

View file

@ -289,9 +289,9 @@ class ThreadList extends React.Component
if backspaceDelete
if FocusedMailViewStore.mailView().canTrashThreads()
removeMethod = TaskFactory.taskForMovingToTrash
else
else
return
else
else
if FocusedMailViewStore.mailView().canArchiveThreads()
removeMethod = TaskFactory.taskForArchiving
else

View file

@ -60,7 +60,7 @@ module.exports =
backspaceDelete:
type: 'boolean'
default: false
title: "Use backspace to delete messages"
title: "Use backspace / delete to move messages to trash"
sending:
type: 'object'
properties: