Changeset 1311
- Timestamp:
- 11/24/07 12:26:11 (1 year ago)
- Files:
-
- devel/mod/file/lib/files_user_info_menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/file/lib/files_user_info_menu.php
r1111 r1311 14 14 15 15 if ($posts == 1) { 16 $filesstring = $posts . " file";16 $filesstring = $posts . " " . __gettext("file"); 17 17 } else { 18 $filesstring = $posts . " files";18 $filesstring = $posts . " " . __gettext("files"); 19 19 } 20 20
