From 5d23ec1ef9912ed6f823ba68fd8a1cf01b0326ed Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Mon, 5 Oct 2020 10:40:59 +0200 Subject: Fix #931 Add plural form to string --- app/src/main/res/values/strings.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 699b9915..9c48717a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -156,7 +156,6 @@ More Move Checkbox could not be toggled. - Restored %1$d notes Read only No category Add %1$s @@ -193,7 +192,6 @@ Appearance Synchronization Behavior - Share content of %1$d notes Manage accounts Formatting @@ -231,9 +229,17 @@ %d selected - Deleted %1$d note + Deleted one note Deleted %1$d notes + + Restored one note + Restored %1$d notes + + + Share content of %1$d note + Share content of %1$d notes + -- cgit v1.2.3