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
+2 -2
View File
@@ -251,7 +251,7 @@ pub fn update(
code: Cow::from("icon"),
message: Some(Cow::from(i18n!(
intl.catalog,
"You can't use this media as blog icon."
"You can't use this media as a blog icon."
))),
params: HashMap::new(),
},
@@ -269,7 +269,7 @@ pub fn update(
code: Cow::from("banner"),
message: Some(Cow::from(i18n!(
intl.catalog,
"You can't use this media as blog banner."
"You can't use this media as a blog banner."
))),
params: HashMap::new(),
},