diff options
Diffstat (limited to 'lib/class/query.class.php')
-rw-r--r-- | lib/class/query.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/query.class.php b/lib/class/query.class.php index 49a978af..1dffd35b 100644 --- a/lib/class/query.class.php +++ b/lib/class/query.class.php @@ -79,7 +79,7 @@ class Query { return true; } - Error::add('browse', _('Browse not found or expired, try reloading the page')); + Error::add('browse', T_('Browse not found or expired, try reloading the page')); return false; } |