Changeset 1510

Show
Ignore:
Timestamp:
01/13/08 15:03:52 (11 months ago)
Author:
ewout
Message:

Missing gettext

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/friend/lib/user_friendship_requests.php

    r1399 r1510  
    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\">".__gettext("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\">".__gettext("Decline")."</a></p>"; 
    3636                    $ident = $pending_user->ident; 
    3737