summaryrefslogtreecommitdiff
path: root/includes/pages/admin_log.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pages/admin_log.php')
-rw-r--r--includes/pages/admin_log.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/pages/admin_log.php b/includes/pages/admin_log.php
index 694b1d5a..f80f59d2 100644
--- a/includes/pages/admin_log.php
+++ b/includes/pages/admin_log.php
@@ -5,7 +5,7 @@
*/
function admin_log_title()
{
- return _('Log');
+ return __('Log');
}
/**
@@ -26,8 +26,8 @@ function admin_log()
return page_with_title(admin_log_title(), [
msg(),
form([
- form_text('keyword', _('Search'), $filter),
- form_submit(_('Search'), 'Go')
+ form_text('keyword', __('Search'), $filter),
+ form_submit(__('Search'), 'Go')
]),
table([
'date' => 'Time',