Skip to content
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.

Commit

Permalink
Update some language keys related to the registration page.
Browse files Browse the repository at this point in the history
Related to #702.
  • Loading branch information
franzliedke committed Sep 13, 2012
1 parent 1e36b67 commit 99376ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion language/en/common.php
Expand Up @@ -66,7 +66,7 @@
'image_link' => 'image', // This is displayed (i.e. <image>) instead of images when "Show images" is disabled in the profile
'wrote' => 'wrote:', // For [quote]'s
'mailer' => '%s Mailer', // As in "MyForums Mailer" in the signature of outgoing emails
'important_information' => 'Important information',
'important' => 'Important information',
'write_message_legend' => 'Write your message and submit',
'previous' => 'Previous',
'next' => 'Next',
Expand Down
2 changes: 1 addition & 1 deletion language/en/prof_reg.php
Expand Up @@ -3,7 +3,7 @@
// Language definitions used in both profile.php and register.php
return array(

'email_legend' => 'Enter a valid email address',
'legend_email' => 'Enter a valid email address',
'email_legend_2' => 'Enter and confirm a valid email address',
'localisation_legend' => 'Set your localisation options',
'time_zone' => 'Time zone',
Expand Down
12 changes: 6 additions & 6 deletions language/en/register.php
Expand Up @@ -26,12 +26,12 @@
'reg_complete' => 'Registration complete. Logging in and redirecting …',

// Register info
'desc_1' => 'Registration will grant you access to a number of features and capabilities otherwise unavailable. These functions include the ability to edit and delete posts, design your own signature that accompanies your posts and much more. If you have any questions regarding this forum you should ask an administrator.',
'desc_2' => 'Below is a form you must fill out in order to register. Once you are registered you should visit your profile and review the different settings you can change. The fields below only make up a small part of all the settings you can alter in your profile.',
'username_legend' => 'Please enter a username between 2 and 25 characters long',
'pass_legend' => 'Please enter and confirm your chosen password',
'pass_info' => 'Passwords must be at least 4 characters long. Passwords are case sensitive.',
'email_info' => 'You must enter a valid email address as your randomly generated password will be sent to that address.',
'desc1' => 'Registration will grant you access to a number of features and capabilities otherwise unavailable. These functions include the ability to edit and delete posts, design your own signature that accompanies your posts and much more. If you have any questions regarding this forum you should ask an administrator.',
'desc2' => 'Below is a form you must fill out in order to register. Once you are registered you should visit your profile and review the different settings you can change. The fields below only make up a small part of all the settings you can alter in your profile.',
'legend_username' => 'Please enter a username between 2 and 25 characters long',
'legend_pass' => 'Please enter and confirm your chosen password',
'info_pass' => 'Passwords must be at least 4 characters long. Passwords are case sensitive.',
'info_email' => 'You must enter a valid email address as your randomly generated password will be sent to that address.',
'confirm_email' => 'Confirm email address',

);

0 comments on commit 99376ba

Please sign in to comment.