Change string casing
[squirrelmail.git] / functions / abook_local_file.php
index 65ae8256f24372c3976c47a07577a4cf65e7d68a..401013b526a33f6ce85b6bc44225f15b7de24b53 100644 (file)
@@ -97,7 +97,7 @@ class abook_local_file extends addressbook_backend {
      * @return bool
      */
     function abook_local_file($param) {
-        $this->sname = _("Personal address book");
+        $this->sname = _("Personal Address Book");
         $this->umask = Umask();
 
         if(is_array($param)) {