diff options
| author | 2014-07-06 10:28:39 +0200 | |
|---|---|---|
| committer | 2014-07-06 10:28:39 +0200 | |
| commit | 6a595ac0adeee57ca7d7e22a43438412094ad168 (patch) | |
| tree | 9dbf787e29819384f752213cc8b52e94ec7bfca0 /app/views | |
| parent | 237be1142623af9224663a9e2392b8041c3a1fcf (diff) | |
| parent | 6b900fe31b0b0e19eacc75af7f762d4302492f16 (diff) | |
Merge pull request #525 from aledeg/issue524
Change behavior when selecting an article
Diffstat (limited to 'app/views')
| -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 456ab9522..3da2ecadb 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_selected'); ?> + <?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"' : ''; ?> /> |
