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 11:09:43 +0300
committerStefan Niedermann <info@niedermann.it>2021-10-14 11:09:43 +0300
commitdf3e8e831aa73ab8a4cd89816b45d87651209695 (patch)
tree16568093ef6fc781f77fe09e2d422993d9146e75 /app/src/main/res/values/strings.xml
parent5c5c9d7329c1bee26ce16babbc3aeba272878128 (diff)
#1369 Optimize wording
https://github.com/stefan-niedermann/nextcloud-notes/issues/1369#issuecomment-943085538 Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-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 04c8c879..d5d8095b 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 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_body_2">In order to conform to the Markdown format, please use escape characters in the image URL. This means for example, 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>