From 3128e6a3b9963bda81f482e972eb853c0d564d35 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marek=20=C4=BDach?=
<45913977+marek-lach@users.noreply.github.com>
Date: Sat, 29 Dec 2018 16:40:11 +0000
Subject: [PATCH] Tags grammar and admin string corrections (#397)
---
po/plume.pot | 4 ++--
templates/instance/admin.rs.html | 6 +++---
templates/tags/index.rs.html | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/po/plume.pot b/po/plume.pot
index 189f8144..43e60ecd 100644
--- a/po/plume.pot
+++ b/po/plume.pot
@@ -346,7 +346,7 @@ msgstr ""
msgid "Instance settings"
msgstr ""
-msgid "Allow anyone to register"
+msgid "Allow anyone to register here"
msgstr ""
msgid "Short description - byline"
@@ -361,7 +361,7 @@ msgstr ""
msgid "Default article license"
msgstr ""
-msgid "Save settings"
+msgid "Save these settings"
msgstr ""
msgid "There are no comments here yet. Be the first to react!"
diff --git a/templates/instance/admin.rs.html b/templates/instance/admin.rs.html
index c0044f71..fa9253d5 100644
--- a/templates/instance/admin.rs.html
+++ b/templates/instance/admin.rs.html
@@ -25,7 +25,7 @@
} else {
}
- @i18n!(ctx.1, "Allow anyone to register")
+ @i18n!(ctx.1, "Allow anyone to register here")
@@ -33,8 +33,8 @@
- @input!(ctx.1, default_license (text), "Default license", form, errors, "minlenght=\"1\"")
+ @input!(ctx.1, default_license (text), "Default article license", form, errors, "minlenght=\"1\"")
-
+
})
diff --git a/templates/tags/index.rs.html b/templates/tags/index.rs.html
index 4dba48bd..fa3ad4ec 100644
--- a/templates/tags/index.rs.html
+++ b/templates/tags/index.rs.html
@@ -15,7 +15,7 @@
} else {
- @i18n!(ctx.1, "There is currently no article with that tag")
+ @i18n!(ctx.1, "There are currently no articles with such a tag")
}
@paginate(ctx.1, page, n_pages)