From 4a7e8c7d97a12ee3ef56e88e2c1e04b8a0e777d4 Mon Sep 17 00:00:00 2001 From: Anton Raharja Date: Sat, 26 Oct 2013 09:19:34 +0700 Subject: [PATCH] missing tpl var 'All reports' --- web/plugin/tools/report/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/plugin/tools/report/report.php b/web/plugin/tools/report/report.php index d503b89ec..201dbd46e 100644 --- a/web/plugin/tools/report/report.php +++ b/web/plugin/tools/report/report.php @@ -83,7 +83,7 @@ 'name' => 'report_admin', 'var' => array( 'Report' => _('Report'), - 'My report' => _('All reports'), + 'All reports' => _('All reports'), 'User' => _('User'), 'Pending' => _('Pending'), 'Sent' => _('Sent'),