From 8a5915594ffbbf529c827b2ce31a64590b0d1b14 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Thu, 28 Nov 2013 22:00:49 +0100 Subject: gettext for admin active --- includes/sys_template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/sys_template.php') diff --git a/includes/sys_template.php b/includes/sys_template.php index f59cff37..569783a7 100644 --- a/includes/sys_template.php +++ b/includes/sys_template.php @@ -166,7 +166,7 @@ function page($elements) { */ function table($columns, $rows, $data = true) { if (count($rows) == 0) - return info("No data available.", true); + return info(_("No data found."), true); $html = ""; $html .= ''; $html .= ''; -- cgit v1.2.3-54-g00ecf