Index: template.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/aboutpeople/template.php,v
retrieving revision 1.2
diff -u -p -r1.2 template.php
--- template.php 2 Sep 2008 15:38:12 -0000 1.2
+++ template.php 5 Nov 2009 16:59:00 -0000
@@ -165,7 +165,7 @@ function phptemplate_flat_login() {
global $user;
if (!$user->uid) {
$message= '
- - '.l(t('Sing in..'),'user/login', array('attributes' => array('rel'=>'nofollow')) ).'
+ - '.l(t('Sign in'),'user/login', array('attributes' => array('rel'=>'nofollow')) ).'
- '.l(t('New password'), 'user/password', array('attributes' => array('rel'=>'nofollow'))).'
- '.l(t('Sign up'), 'user/register', array('attributes' => array('rel'=>'nofollow')) ).'
';
@@ -178,4 +178,4 @@ function phptemplate_flat_login() {
}
return $message;
}
-// login line end
\ No newline at end of file
+// login line end