summaryrefslogtreecommitdiff
path: root/includes/sys_template.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2013-11-28 22:00:49 +0100
committerPhilip Häusler <msquare@notrademark.de>2013-11-28 22:00:49 +0100
commit8a5915594ffbbf529c827b2ce31a64590b0d1b14 (patch)
tree87246907267636de1cf2188dd11ff08fabdb9695 /includes/sys_template.php
parent7d3239f3fe18e920d77e7179ca58af618149fc51 (diff)
gettext for admin active
Diffstat (limited to 'includes/sys_template.php')
-rw-r--r--includes/sys_template.php2
1 files changed, 1 insertions, 1 deletions
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 .= '<table' . ($data ? ' class="data"' : '') . '>';
$html .= '<thead><tr>';