diff options
author | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-02-25 15:45:39 +0200 |
---|---|---|
committer | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-02-25 15:45:39 +0200 |
commit | dcc73856a900a98b2b1efd5292eea6f662924884 (patch) | |
tree | 3525b25f04e6bacab1028e8da7caf72d68e03049 /index.php | |
parent | 4b842b20cecb198baccdeac76916df367da0400a (diff) | |
download | wallabag-dcc73856a900a98b2b1efd5292eea6f662924884.tar.gz wallabag-dcc73856a900a98b2b1efd5292eea6f662924884.tar.zst wallabag-dcc73856a900a98b2b1efd5292eea6f662924884.zip |
"poche" word removed completely, all locales .po files updated, en, pl, ru and uk .mo files recompiled.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ $tpl_vars = array( | |||
30 | 'referer' => $referer, | 30 | 'referer' => $referer, |
31 | 'view' => $view, | 31 | 'view' => $view, |
32 | 'poche_url' => Tools::getPocheUrl(), | 32 | 'poche_url' => Tools::getPocheUrl(), |
33 | 'title' => _('poche, a read it later open source system'), | 33 | 'title' => _('wallabag, a read it later open source system'), |
34 | 'token' => Session::getToken(), | 34 | 'token' => Session::getToken(), |
35 | 'theme' => $poche->getTheme() | 35 | 'theme' => $poche->getTheme() |
36 | ); | 36 | ); |