aboutsummaryrefslogtreecommitdiff
path: root/app/views/index/reader.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-11 21:15:01 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-11 21:15:01 +0100
commita84e9e50bfe17ab1c84ff22ec7accdfd0b9a76db (patch)
treedc8661ab8f4d933c5d0637b72791a286f2374ef9 /app/views/index/reader.phtml
parent59fc73baa9cbd87fdc2d63e83533a36533c740bf (diff)
Fix french i18n for auth and configure views
Diffstat (limited to 'app/views/index/reader.phtml')
-rw-r--r--app/views/index/reader.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/reader.phtml b/app/views/index/reader.phtml
index d87550f77..1eab86dd2 100644
--- a/app/views/index/reader.phtml
+++ b/app/views/index/reader.phtml
@@ -23,7 +23,7 @@ if (!empty($this->entries)) {
<div class="author"><?php
$author = $item->author();
- echo $author != '' ? _t('index.entry.by_author', $author) . ' — ' : '',
+ echo $author != '' ? _t('gen.short.by_author', $author) . ' — ' : '',
$item->date();
?></div>