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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2020-08-03 17:52:51 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-08-03 17:55:42 +0300
commit7866c14fe751fa8d8745a0bcadd40ca17c0bb086 (patch)
tree445608c5d9fc4b35012fda3e0462c6f3cccab649
parent1a7eca72fee22a5a8bcd2605c93563a7531d1ff1 (diff)
Update strings.xml
Removed dot to make error messages consistent. Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index f63ede742..4924ed8c4 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -281,7 +281,7 @@
<string name="add_text_as_comment">Add as comment</string>
<string name="progress_count">%1$d of %2$d</string>
<plurals name="progress_error_count">
- <item quantity="one">%1$d error while uploading.</item>
+ <item quantity="one">%1$d error while uploading</item>
<item quantity="other">%1$d errors while uploading</item>
</plurals>
<string name="simple_report">Report</string>