Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-04-25 15:16:13 +0300
committerStefan Niedermann <info@niedermann.it>2021-04-25 15:16:13 +0300
commit858292235cd8dfd8cbcef7a5cbdbbf84e909ee0f (patch)
tree908b567fb66636f684f26bed25c85bc769472c08 /app/src/main/res/values
parent71010248cdd0941d9a68ab94874d96cc23941d62 (diff)
- Fix #1175 l10n: Text string for account deletion and synchronization
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 30779de1..fc79dee6 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -300,8 +300,8 @@
<string name="choose_account">Choose account</string>
<string name="context_based_formatting">Context based formatting popover</string>
<plurals name="remove_account_message">
- <item quantity="one">Removing the account %1$s will also delete one unsynchronized change irrecoverable.</item>
- <item quantity="other">Removing the account %1$s will also delete %2$d unsynchronized changes irrecoverable.</item>
+ <item quantity="one">Removing the account %1$s will also delete irrecoverable one unsynchronized change.</item>
+ <item quantity="other">Removing the account %1$s will also delete irrecoverable %2$d unsynchronized changes.</item>
</plurals>
<string name="remove_account">Remove %1$s</string>