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
path: root/app/src
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2019-11-13 22:16:54 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2019-11-13 22:51:47 +0300
commit82f7449881cf03cc5c94a20ac635ccfb9430445c (patch)
tree3b4ad132322608ed626d4e59722fe1818f8ef4fd /app/src
parentd2a5a19b612f5854c704a9e1357e38349c07ce8e (diff)
l10n: Uppercase for leading character
Reported at Transifex. Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
Diffstat (limited to 'app/src')
-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 06a974528..7ce38bf2e 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -143,5 +143,5 @@
<string name="simple_share">share</string>
<string name="you_have_to_be_connected_to_the_internet_in_order_to_add_an_account">You have to be connected to the internet in order to add an account.</string>
<string name="simple_select">Select</string>
- <string name="owner">owner</string>
+ <string name="owner">Owner</string>
</resources>