From 761598e1b78d704b7f9aed82f8ac35673b4174bd Mon Sep 17 00:00:00 2001 From: Tom Beddard Date: Wed, 28 Dec 2005 01:00:48 +0000 Subject: Moved text to language file git-svn-id: file:///svn/phpbb/trunk@5387 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/ucp.php | 3 ++- phpBB/styles/subSilver/template/ucp_profile_reg_details.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'phpBB') diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 2abaa91f72..a7a0fc6a05 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -61,7 +61,7 @@ $lang = array_merge($lang, array( 'BIRTHDAY' => 'Birthday', 'BIRTHDAY_EXPLAIN' => 'Setting a year will list your age when it is your birthday.', 'BOARD_DATE_FORMAT' => 'My date format', - 'BOARD_DATE_FORMAT_EXPLAIN' => 'The syntax used is identical to the PHP date() function', + 'BOARD_DATE_FORMAT_EXPLAIN' => 'The syntax used is identical to the PHP date() function', 'BOARD_DST' => 'Daylight Saving Time is in effect', 'BOARD_LANGUAGE' => 'My language', 'BOARD_STYLE' => 'My board style', @@ -159,6 +159,7 @@ $lang = array_merge($lang, array( 'FOLDER_REMOVED' => 'Folder successfully removed', 'FOLDER_STATUS_MSG' => 'Folder is %1$d%% full (%2$d from %3$d messages stored)', 'FORWARD_PM' => 'Forward PM', + 'FORCE_PASSWORD_EXPLAIN' => 'Before you may continue browsing the board you are required to change your password', 'FRIEND_MESSAGE' => 'Message from friend', 'FRIENDS' => 'Friends', 'FRIENDS_EXPLAIN' => 'Friends enable you quick access to members you communicate with frequently. If the template has relevant support any posts made by a friend may be highlighted.', diff --git a/phpBB/styles/subSilver/template/ucp_profile_reg_details.html b/phpBB/styles/subSilver/template/ucp_profile_reg_details.html index 5f8fc037ad..02352af1c7 100644 --- a/phpBB/styles/subSilver/template/ucp_profile_reg_details.html +++ b/phpBB/styles/subSilver/template/ucp_profile_reg_details.html @@ -8,7 +8,7 @@ - Before you may continue browsing the board you are required to change your password. + {L_FORCE_PASSWORD_EXPLAIN} -- cgit v1.2.1