aboutsummaryrefslogtreecommitdiff
path: root/app/views/configure/reading.phtml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-07-06 10:33:49 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-07-06 10:33:49 +0200
commit96057fe491412171f4ef2079d3d84cbe1a61e300 (patch)
tree6b15f5d5467b65b6841f49ca675cdccc3711ce01 /app/views/configure/reading.phtml
parent6a595ac0adeee57ca7d7e22a43438412094ad168 (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.phtml2
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"' : ''; ?> />