summaryrefslogtreecommitdiff
path: root/includes/sys_template.php
diff options
context:
space:
mode:
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>';