|
@@ -209,7 +209,7 @@ $txt['female'] = 'Female';
|
|
|
|
|
|
$txt['error_invalid_characters_username'] = 'Invalid character used in Username.';
|
|
|
|
|
|
-$txt['welcome_guest'] = 'Welcome, <strong>%1$s</strong>. Please <a href="%3$s">login</a>.';
|
|
|
+$txt['welcome_guest'] = 'Welcome, <strong>%1$s</strong>. Please <a href="%3$s" onclick="%4$s">login</a>.';
|
|
|
|
|
|
//$txt['welcome_guest_register'] = 'Welcome, <strong>%1$s</strong>. Please <a href="' . $scripturl . '?action=login">login</a> or <a href="' . $scripturl . '?action=register">register</a>.';
|
|
|
$txt['welcome_guest_register'] = 'Welcome to <strong>%2$s</strong>. Please <a href="%3$s" onclick="%4$s">login</a> or <a href="%5$s">register</a>.';
|