diff options
| author | 2014-07-06 10:33:49 +0200 | |
|---|---|---|
| committer | 2014-07-06 10:33:49 +0200 | |
| commit | 96057fe491412171f4ef2079d3d84cbe1a61e300 (patch) | |
| tree | 6b15f5d5467b65b6841f49ca675cdccc3711ce01 /app/i18n | |
| parent | 6a595ac0adeee57ca7d7e22a43438412094ad168 (diff) | |
Minor #524
https://github.com/marienfressinaud/FreshRSS/issues/524
Diffstat (limited to 'app/i18n')
| -rw-r--r-- | app/i18n/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 9ca5098e5..b9aff9d73 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -265,7 +265,7 @@ return array ( 'img_with_lazyload' => 'Use "lazy load" mode to load pictures', 'sticky_post' => 'Stick the article to the top when opened', 'auto_read_when' => 'Mark article as read…', - 'article_viewed' => 'when article is view', + 'article_viewed' => 'when article is viewed', 'article_open_on_website' => 'when article is opened on its original website', 'scroll' => 'during page scrolls', 'upon_reception' => 'upon reception of the article', |
