updated warning message

This commit is contained in:
Roland Gruber 2003-06-20 14:40:05 +00:00
parent 2d5cfec9f8
commit 936bc65661
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}