Changeset 1311

Show
Ignore:
Timestamp:
11/24/07 12:26:11 (1 year ago)
Author:
timh
Message:

-minor fix to address ticket #175
-uses gettext to localize strings

Files:

Legend:

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

    r1111 r1311  
    1414     
    1515    if ($posts == 1) { 
    16         $filesstring = $posts . " file"
     16        $filesstring = $posts . " " . __gettext("file")
    1717    } else { 
    18         $filesstring = $posts . " files"
     18        $filesstring = $posts . " " . __gettext("files")
    1919    } 
    2020