$errors[]=t('The file is %filesize which would exceed your disk quota of %quota.',array('%filesize'=>format_size($file->filesize),'%quota'=>format_size($user_limit)));
}
...
...
@@ -716,7 +716,7 @@ function file_file_download($uri, $field_type = 'file') {
$caption.='<p>'.format_plural($num_links,'<strong>Warning:</strong> There is currently 1 menu link in %title. It will be deleted (system-defined items will be reset).','<strong>Warning:</strong> There are currently @count menu links in %title. They will be deleted (system-defined links will be reset).',array('%title'=>$this->menu->label())).'</p>';