From 629d878b128fbbf8ee10a91f52de4bfe062beb5f Mon Sep 17 00:00:00 2001 From: snowtimeglass Date: Fri, 13 Jan 2023 21:59:36 +0900 Subject: [PATCH] Reconstruct strings for Reviewer-actions' feedback Reconstruct the strings for the feedback-toast message to Reviewer actions Basically, use strings on Anki Desktop instead of the current ones. Create new ones as needed. For Bury and Suspend, I set the style described in the following comment as a goal: https://github.com/ankidroid/Anki-Android/pull/12446#issuecomment-1279763351 ------------------------------ - Replace `Card buried` with `Card buried.` - Remove `Note buried` (Instead of the string, its counterpart on Anki Desktop will work on the toast.) - Remove `Note deleted` (Instead of the string, its counterpart on Anki Desktop will work on the toast.) - Remove `Card suspended` (Instead of the string, its counterpart on Anki Desktop will work on the toast.) - Replace `Note suspended` with the following code: `%d card suspended. %d cards suspended. ` ------------------------------ --- AnkiDroid/src/main/res/values/02-strings.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/AnkiDroid/src/main/res/values/02-strings.xml b/AnkiDroid/src/main/res/values/02-strings.xml index 0f15f4b7c894..73bbaf0dfc1c 100644 --- a/AnkiDroid/src/main/res/values/02-strings.xml +++ b/AnkiDroid/src/main/res/values/02-strings.xml @@ -382,12 +382,13 @@ Search using deck name Home - - Card buried - Note buried - Note deleted - Card suspended - Note suspended + + Card buried. + + %d card suspended. + %d cards suspended. + Make field %s sticky