Update translations

This commit is contained in:
Frederic Guillot
2017-02-19 09:11:05 -05:00
parent 64a4eb05ce
commit 23ff360d62
28 changed files with 457 additions and 179 deletions

View File

@@ -222,7 +222,7 @@ class ConfigController extends BaseController
if (!file_exists($filename) || !$this->configModel->uploadDatabase($filename)) {
$this->flash->failure(t('Unable to read uploaded file.'));
} else {
$this->flash->success(t('Database upload done.'));
$this->flash->success(t('Database uploaded successfully.'));
}
$this->response->redirect($this->helper->url->to('ConfigController', 'index'));