aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Germs2004 <5519340+Germs2004@users.noreply.github.com> 2020-07-14 03:56:01 -0400
committerGravatar GitHub <noreply@github.com> 2020-07-14 09:56:01 +0200
commitcada19eb876a3537bb5694c24be2ec159ae6816a (patch)
tree8ca9bd77ac38d9e346c4e6fdeab5b3e511ccee9d
parentb7fd6d2d941e40e99ad9ac0cb5572a529cf9cb64 (diff)
US-English translation improvement (#3112)
-rw-r--r--app/i18n/en-us/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/en-us/index.php b/app/i18n/en-us/index.php
index 250e5654d..66c712b74 100644
--- a/app/i18n/en-us/index.php
+++ b/app/i18n/en-us/index.php
@@ -32,8 +32,8 @@ return array(
'menu' => array(
'about' => 'About FreshRSS',
'add_query' => 'Add a query',
- 'before_one_day' => 'Before one day',
- 'before_one_week' => 'Before one week',
+ 'before_one_day' => 'Older than one day',
+ 'before_one_week' => 'Older than one week',
'favorites' => 'Favorites (%s)',
'global_view' => 'Global view',
'main_stream' => 'Main stream',