diff options
Diffstat (limited to 'includes/pages/guest_credits.php')
-rw-r--r-- | includes/pages/guest_credits.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/guest_credits.php b/includes/pages/guest_credits.php index 308e6c94..8388c386 100644 --- a/includes/pages/guest_credits.php +++ b/includes/pages/guest_credits.php @@ -5,7 +5,7 @@ */ function credits_title() { - return _('Credits'); + return __('Credits'); } /** |