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:
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>