diff options
| author | 2014-12-11 22:40:07 +0100 | |
|---|---|---|
| committer | 2014-12-11 22:40:07 +0100 | |
| commit | bf51a8e87569617eca685cdcc1e7194f199b98fa (patch) | |
| tree | 411098423cac98f81568975957d21458562a73ad /app/Models/CategoryDAO.php | |
| parent | a1faa826bf04326a073b918f0ff76ac90c9acd31 (diff) | |
Fix french i18n for install + some fixes
French is finished!
Diffstat (limited to 'app/Models/CategoryDAO.php')
| -rw-r--r-- | app/Models/CategoryDAO.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/CategoryDAO.php b/app/Models/CategoryDAO.php index 2e333d2f1..27a558522 100644 --- a/app/Models/CategoryDAO.php +++ b/app/Models/CategoryDAO.php @@ -134,7 +134,7 @@ class FreshRSS_CategoryDAO extends Minz_ModelPdo { $def_cat = $this->searchById(1); if ($def_cat == null) { - $cat = new FreshRSS_Category(_t('default_category')); + $cat = new FreshRSS_Category(_t('gen.short.default_category')); $cat->_id(1); $values = array( |
