Some corrections to English UI text (#506)

* Update some UI strings for more natural English

* Correct message text

* Correct message text

* Update the strings everywhere

Because they are also used as base messages for other languages
This commit is contained in:
Hugh
2019-03-29 19:12:21 +00:00
committed by Baptiste Gelez
parent c7ee779f51
commit a674df3a77
21 changed files with 164 additions and 110 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
<textarea id="editor-content" name="content" rows="20">@Html(&form.content)</textarea>
<small id="editor-left">@content_len</small>
<p>
@i18n!(ctx.1, "You can upload medias to your gallery, and copy their Markdown code in your articles to insert them.")
@i18n!(ctx.1, "You can upload media to your gallery, and copy their Markdown code in your articles to insert them.")
<a href="@uri!(medias::new)">@i18n!(ctx.1, "Upload media")</a>
</p>