Skip to content

Commit

Permalink
fixed error in s_signup_info
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@221 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Kenzaburo Ito committed Feb 17, 2001
1 parent b074bea commit ea27dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion strings_english.txt
Expand Up @@ -493,7 +493,7 @@
$s_account_create_fail = "FAILED TO CREATE USER ACCOUNT";

### signup_page.php3
$s_signup_info = "Choose your login name and enter a valid email address. A randomnly generated address will be send to your address.";
$s_signup_info = "Choose your login name and enter a valid email address. A randomnly generated password will be send to your address.";
$s_signup_title = "Signup";
### $s_username = ""; # defined above
### $s_email = ""; # defined above
Expand Down
2 changes: 1 addition & 1 deletion strings_portuguese.txt
Expand Up @@ -495,7 +495,7 @@
$s_account_create_fail = "FALHA AO CRIAR A CONTA";

### signup_page.php3
$s_signup_info = "Escolha seu usu�rio e entre com um e-mail valido. Um endereco geredo automatico sera enviado para seu e-mail.";
$s_signup_info = "Escolha seu usu�rio e entre com um e-mail valido. Uma senha gereda automaticamente sera enviado para seu e-mail.";
$s_signup_title = "Assinar";
### $s_username = ""; # defined above
### $s_email = ""; # defined above
Expand Down

0 comments on commit ea27dfc

Please sign in to comment.