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-10-14 10:22:26 +0300
committerStefan Niedermann <info@niedermann.it>2021-10-14 10:22:26 +0300
commit5c5c9d7329c1bee26ce16babbc3aeba272878128 (patch)
treed1a08b2448f6057f74f928b7f8bea75e4af5a2dc /app/src/main
parent732bbf4b09862421828e4fb872df56121612cffc (diff)
#1369 Optimize wording
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main')
-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 3ed94ed6..04c8c879 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -310,7 +310,7 @@
<string name="formatting_help_tables_value">Value %1d</string>
<string name="formatting_help_images_body_1">Links have to be either complete URLs starting with a protocol and domain or absolute paths starting with a %1$s character.</string>
- <string name="formatting_help_images_body_2">Note that you have to escape the URL of images yourself because otherwise it is no valid markdown. This means for example, that you will have to replace spaces with %1$s in the URL.</string>
+ <string name="formatting_help_images_body_2">Note that you have to escape the URL of images yourself because otherwise it is invalid Markdown. This means for example, that you will have to replace spaces with %1$s in the URL.</string>
<string name="formatting_help_images_escaped_space" translatable="false" formatted="false">%20</string>
<string name="formatting_help_images_slash" translatable="false">/</string>
<string name="formatting_help_images_title">Images</string>