From 670239b94ed0addee5ef8a0054d82a1e1149b995 Mon Sep 17 00:00:00 2001
From: Duncan Bennie <33364216+DuncanBennie@users.noreply.github.com>
Date: Sun, 17 Jul 2022 22:49:27 +1000
Subject: Fix grammar on en & en-us About pages (#4450)
* Fix grammar on en & en-us About pages (#4449)
Restructure sentences to make them grammatically correct.
* Simplify 'freshrss_description' on About page
Remove references to Kriss Feed and Leed.
* Fix grammar on en & en-us About pages
---
CREDITS.md | 1 +
app/i18n/en-us/index.php | 4 ++--
app/i18n/en/index.php | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/CREDITS.md b/CREDITS.md
index 83079bc04..10c18d000 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -44,6 +44,7 @@ People are sorted by name so please keep this order.
* [David Souza](https://github.com/araujo0205): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:araujo0205), [Web](http://davidsouza.tech/)
* [Django Janny](https://github.com/keltroth): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:keltroth)
* [dswd](https://github.com/dswd): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:dswd)
+* [DuncanBennie](https://github.com/DuncanBennie): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:DuncanBennie), [Web](https://duncanbennie.com)
* [ealdraed](https://github.com/ealdraed): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:ealdraed)
* [Ed Sandor](https://github.com/ewsandor): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:ewsandor), [Web](https://ewsandor.com)
* [equinoxmatt](https://github.com/equinoxmatt): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:equinoxmatt)
diff --git a/app/i18n/en-us/index.php b/app/i18n/en-us/index.php
index 3123b532d..18531bf38 100644
--- a/app/i18n/en-us/index.php
+++ b/app/i18n/en-us/index.php
@@ -16,8 +16,8 @@ return array(
'agpl3' => 'AGPL 3', // IGNORE
'bugs_reports' => 'Bug reports', // IGNORE
'credits' => 'Credits', // IGNORE
- 'credits_content' => 'Some design elements come from Bootstrap although FreshRSS doesn’t use this framework. Icons come from GNOME project. Open Sans font police has been created by Steve Matteson. FreshRSS is based on Minz, a PHP framework.', // IGNORE
- 'freshrss_description' => 'FreshRSS is an RSS feed aggregator to self-host like Kriss Feed or Leed. It is light and easy to take in hand while being powerful and configurable tool.', // IGNORE
+ 'credits_content' => 'Some design elements come from Bootstrap although FreshRSS doesn’t use this framework. Icons come from the GNOME project. Open Sans font police has been created by Steve Matteson. FreshRSS is based on Minz, a PHP framework.', // IGNORE
+ 'freshrss_description' => 'FreshRSS is a self-hostable RSS aggregator and reader. It allows you to read and follow several news websites at a glance without the need to browse from one website to another. FreshRSS is lightweight, configurable, and easy to use.', // IGNORE
'github' => 'on Github', // IGNORE
'license' => 'License', // IGNORE
'project_website' => 'Project website', // IGNORE
diff --git a/app/i18n/en/index.php b/app/i18n/en/index.php
index 3b3334418..af431739d 100644
--- a/app/i18n/en/index.php
+++ b/app/i18n/en/index.php
@@ -16,8 +16,8 @@ return array(
'agpl3' => 'AGPL 3',
'bugs_reports' => 'Bug reports',
'credits' => 'Credits',
- 'credits_content' => 'Some design elements come from Bootstrap although FreshRSS doesn’t use this framework. Icons come from GNOME project. Open Sans font police has been created by Steve Matteson. FreshRSS is based on Minz, a PHP framework.',
- 'freshrss_description' => 'FreshRSS is an RSS feed aggregator to self-host like Kriss Feed or Leed. It is light and easy to take in hand while being powerful and configurable tool.',
+ 'credits_content' => 'Some design elements come from Bootstrap although FreshRSS doesn’t use this framework. Icons come from the GNOME project. Open Sans font police has been created by Steve Matteson. FreshRSS is based on Minz, a PHP framework.',
+ 'freshrss_description' => 'FreshRSS is a self-hostable RSS aggregator and reader. It allows you to read and follow several news websites at a glance without the need to browse from one website to another. FreshRSS is lightweight, configurable, and easy to use.',
'github' => 'on Github',
'license' => 'License',
'project_website' => 'Project website',
--
cgit v1.2.3