aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/LastController.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Controllers/LastController.php')
-rw-r--r--h-source/Application/Controllers/LastController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/LastController.php b/h-source/Application/Controllers/LastController.php
index c357c1a..6fe66a2 100644
--- a/h-source/Application/Controllers/LastController.php
+++ b/h-source/Application/Controllers/LastController.php
@@ -29,7 +29,7 @@ class LastController extends BaseController
$this->model('HistoryModel');
- $data['title'] = 'last - '.Website::$generalName;
+ $data['title'] = gtext('last modifications').' - '.Website::$generalName;
$this->append($data);
$this->setArgKeys(array('page:forceNat'=>1));