diff options
| author | 2014-12-11 22:40:07 +0100 | |
|---|---|---|
| committer | 2014-12-11 22:40:07 +0100 | |
| commit | bf51a8e87569617eca685cdcc1e7194f199b98fa (patch) | |
| tree | 411098423cac98f81568975957d21458562a73ad /app/views/subscription | |
| parent | a1faa826bf04326a073b918f0ff76ac90c9acd31 (diff) | |
Fix french i18n for install + some fixes
French is finished!
Diffstat (limited to 'app/views/subscription')
| -rw-r--r-- | app/views/subscription/feed.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/subscription/feed.phtml b/app/views/subscription/feed.phtml index 48a401c4a..60664fdee 100644 --- a/app/views/subscription/feed.phtml +++ b/app/views/subscription/feed.phtml @@ -9,7 +9,7 @@ if ($this->feed) { } else { ?> <div class="alert alert-warn"> - <span class="alert-head"><?php echo _t('no_selected_feed'); ?></span> - <?php echo _t('think_to_add'); ?> + <span class="alert-head"><?php echo _t('sub.feed.no_selected'); ?></span> + <?php echo _t('sub.feed.think_to_add'); ?> </div> <?php } ?> |
