diff options
| author | 2014-07-06 10:33:49 +0200 | |
|---|---|---|
| committer | 2014-07-06 10:33:49 +0200 | |
| commit | 96057fe491412171f4ef2079d3d84cbe1a61e300 (patch) | |
| tree | 6b15f5d5467b65b6841f49ca675cdccc3711ce01 /app/views/configure/reading.phtml | |
| parent | 6a595ac0adeee57ca7d7e22a43438412094ad168 (diff) | |
Minor #524
https://github.com/marienfressinaud/FreshRSS/issues/524
Diffstat (limited to 'app/views/configure/reading.phtml')
| -rw-r--r-- | app/views/configure/reading.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
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"' : ''; ?> /> |
