Changeset 1262

Show
Ignore:
Timestamp:
11/07/07 03:36:38 (1 year ago)
Author:
dramirez
Message:

Applied the patch #131

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/file/lib/files_view.php

    r1248 r1262  
    3939        $display_parent = $parent; 
    4040    } else { 
    41         $parent_details->name = "root folder"
     41      $parent_details->name = __gettext("Root Folder")
    4242        $parent_details->ident = -1; 
    4343        $display_parent = ""; 
  • devel/mod/friend/lib/user_friendship_requests.php

    r1248 r1262  
    3333                    $col1 .= "<a href=\"" . url . $pending_user->username . "/\">" . __gettext("Profile") . "</a> | "; 
    3434                    $col1 .= "<a href=\"" . url . $pending_user->username . "/weblog/\">" . __gettext("Blog") . "</a></p>"; 
    35                     $col2 = "<p><a href=\"" .url. "mod/friend/requests.php?action=friends:approve:request&amp;request_id=$request_id\">Approve</a> | <a href=\"" .url. "mod/friend/requests.php?action=friends:decline:request&amp;request_id=$request_id\">Decline</a></p>"; 
     35                    $col2 = "<p><a href=\"" .url. "mod/friend/requests.php?action=friends:approve:request&amp;request_id=$request_id\">".__gettext("Approve")."</a> | <a href=\"" .url. "mod/friend/requests.php?action=friends:decline:request&amp;request_id=$request_id\">Decline</a></p>"; 
    3636                    $ident = $pending_user->ident; 
    3737 
  • devel/units/users/userdetails_actions.php

    r1232 r1262  
    5050                    $_SESSION['name'] = $name; 
    5151                } 
    52                 $messages[] = "Name updated."
     52                $messages[] = __gettext("Name updated.")
    5353            } 
    5454        }