Changeset 193

Show
Ignore:
Timestamp:
11/09/06 16:07:57 (2 years ago)
Author:
pwb
Message:

fix spelling errors

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • admin.lib.php

    r192 r193  
    918918                        $posixInfo = posix_getpwnam($username); 
    919919                        if ($posixInfo[gid] != 100 && $posixInfo[gid] != 106 && $posixInfo[gid] != 113) { 
    920                                 $this->error = _("Err, No, Your not realy a system user now are you?"); 
     920                                $this->error = _("Err, no, you're not really a system user now are you?"); 
    921921                        } 
    922922                }