diff options
| author | 2014-07-06 10:33:49 +0200 | |
|---|---|---|
| committer | 2014-07-06 10:33:49 +0200 | |
| commit | 96057fe491412171f4ef2079d3d84cbe1a61e300 (patch) | |
| tree | 6b15f5d5467b65b6841f49ca675cdccc3711ce01 | |
| parent | 6a595ac0adeee57ca7d7e22a43438412094ad168 (diff) | |
Minor #524
https://github.com/marienfressinaud/FreshRSS/issues/524
| -rw-r--r-- | app/i18n/en.php | 2 | ||||
| -rw-r--r-- | app/views/configure/reading.phtml | 2 |
2 files changed, 2 insertions, 2 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', diff --git a/app/views/configure/reading.phtml b/app/views/configure/reading.phtml index 3da2ecadb..0388e0bee 100644 --- a/app/views/configure/reading.phtml +++ b/app/views/configure/reading.phtml @@ -87,7 +87,7 @@ <div class="group-controls"> <label class="checkbox" for="check_open_article"> <input type="checkbox" name="mark_open_article" id="check_open_article" value="1"<?php echo $this->conf->mark_when['article'] ? ' checked="checked"' : ''; ?> /> - <?php echo Minz_Translate::t ('article_viewed'); ?> + <?php echo Minz_Translate::t('article_viewed'); ?> </label> <label class="checkbox" for="check_open_site"> <input type="checkbox" name="mark_open_site" id="check_open_site" value="1"<?php echo $this->conf->mark_when['site'] ? ' checked="checked"' : ''; ?> /> |
