From 936bc6566104dd1bf461ac73721d965b89565bb5 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 20 Jun 2003 14:40:05 +0000 Subject: [PATCH] updated warning message --- lam/templates/lists/listhosts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/templates/lists/listhosts.php b/lam/templates/lists/listhosts.php index 295986ad..102cde99 100644 --- a/lam/templates/lists/listhosts.php +++ b/lam/templates/lists/listhosts.php @@ -148,7 +148,7 @@ if (! $_GET['norefresh']) { else StatusMessage("ERROR", _("LDAP Search failed! Please check your preferences."), _("No Samba Hosts found!")); } else { - if (sizeof($hst_info) == 0) StatusMessage("WARN", "", _("No Hosts found!")); + if (sizeof($hst_info) == 0) StatusMessage("WARN", "", _("No Samba Hosts found!")); // sort rows by sort column ($sort) if ($hst_info) usort($hst_info, "cmp_array"); }