diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-12-09 18:45:55 -0500 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-12-09 18:45:55 -0500 |
commit | 5bdf91bd055031b21493db46b2ef38df3b3e07c4 (patch) | |
tree | 8ca30d77ab1a3e3797ce683a3e46081839640f74 /i18n/en.i18n.json | |
parent | f9a60616df625ea71386442de512fbfb43602d09 (diff) | |
download | wekan-5bdf91bd055031b21493db46b2ef38df3b3e07c4.tar.gz wekan-5bdf91bd055031b21493db46b2ef38df3b3e07c4.tar.bz2 wekan-5bdf91bd055031b21493db46b2ef38df3b3e07c4.zip |
Remove the move and archive all cards of a list feature
This operation should now be handled using the multi-selection
feature, ie “select all cards” and then move them or click the
“archive selection” button. This new process add an extra click which
I consider reasonable enough for a relatively rare operation -- plus I
want to encourage mutli-selection usage.
Closes #390.
Diffstat (limited to 'i18n/en.i18n.json')
-rw-r--r-- | i18n/en.i18n.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 04c0959f..f3838a25 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -183,9 +183,7 @@ "list-move-cards": "Move all cards in this list", "list-select-cards": "Select all cards in this list", "listActionPopup-title": "List Actions", - "listArchiveCardsPopup-title": "Archive All Cards in this List?", "listImportCardPopup-title": "Import a Trello card", - "listMoveCardsPopup-title": "Move All Cards in List", "lists": "Lists", "log-out": "Log Out", "loginPopup-title": "Log In", |