aboutsummaryrefslogtreecommitdiffstats
path: root/admin/history.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/history.php')
-rw-r--r--admin/history.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/history.php b/admin/history.php
index b0022b902..b8f30299a 100644
--- a/admin/history.php
+++ b/admin/history.php
@@ -144,7 +144,7 @@ INSERT INTO '.SEARCH_TABLE.'
}
else
{
- array_push($page['errors'], l10n('search_one_clause_at_least'));
+ array_push($page['errors'], l10n('Empty query. No criteria has been entered.'));
}
}