diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index 7339eca52b..159e82e830 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -112,13 +112,13 @@ $lang = array_merge($lang, array( 'log_unban_user' => 'Unbanned username
%s total', 'log_unban_ip' => 'Unbanned ip
%s total', 'log_unban_email' => 'Unbanned email
%s total', - 'log_server_config' => 'Altered server settings', - 'log_default_config' => 'Altered board defaults', - 'log_setting_config' => 'Altered board settings', - 'log_cookie_config' => 'Altered cookie settings', - 'log_email_config' => 'Altered email settings', - 'log_avatar_config' => 'Altered avatar settings', - 'log_auth_config' => 'Altered authentication settings', + 'LOG_SERVER_CONFIG' => 'Altered server settings', + 'LOG_DEFAULT_CONFIG' => 'Altered board defaults', + 'LOG_SETTING_CONFIG' => 'Altered board settings', + 'LOG_COOKIE_CONFIG' => 'Altered cookie settings', + 'LOG_EMAIL_CONFIG' => 'Altered email settings', + 'LOG_AVATAR_CONFIG' => 'Altered avatar settings', + 'LOG_AUTH_CONFIG' => 'Altered authentication settings', 'log_prune_user_deac' => 'Users Deactivated
%s', 'log_prune_user_del_del'=> 'Users Pruned and Posts Deleted
%s', 'log_prune_user_del_anon'=> 'Users Pruned and Posts Retained
%s', diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index d03eb6d267..6f79db1279 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -574,7 +574,7 @@ $lang = array( 'Timezone' => 'Timezone', 'Date_format' => 'Date format', 'Date_format_explain' => 'The syntax used is identical to the PHP date() function', - 'Signature' => 'Signature', + 'SIGNATURE' => 'Signature', 'Signature_explain' => 'This is a block of text that can be added to posts you make. There is a %d character limit', 'Public_view_email' => 'Always show my Email Address', 'Current_password' => 'Current password', @@ -687,7 +687,7 @@ $lang = array( 'EMPTY_MESSAGE_EMAIL' => 'You must enter a message to be emailed.', 'NO_VIEW_USERS' => 'You are not authorised to view the member list or profiles.', - 'VIEWING_PROFILE' => 'Viewing profile of %s', + 'VIEWING_PROFILE' => 'Profile view', 'ABOUT_USER' => 'Profile', 'CONTACT_USER' => 'Contact', 'USER_FORUM' => 'Forum statistics',