Changeset 1509

Show
Ignore:
Timestamp:
01/06/08 17:24:38 (1 year ago)
Author:
ewout
Message:

Add missing gettext call

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/admin/lib/admin_actions.php

    r1359 r1509  
    1111        if (!empty($cf->url)) { 
    1212            insert_record('content_flags',$cf); 
    13             $messages[] = "You have flagged this page as being obscene or inappropriate. An administrator will investigate this shortly."
     13            $messages[] = __gettext("You have flagged this page as being obscene or inappropriate. An administrator will investigate this shortly.")
    1414        } 
    1515        break;