diff --git a/sections/user/user.php b/sections/user/user.php
index d8303953..c6f2a356 100644
--- a/sections/user/user.php
+++ b/sections/user/user.php
@@ -519,7 +519,7 @@ function check_paranoia_here($Setting) {
}
?>
if (check_paranoia_here('seeding')) { ?>
-
Seeding: =number_format($Seeding)?> [View] if (check_perms('zip_downloader')) { ?> [Download] } ?>
+ Seeding: =number_format($Seeding)?> =($Snatched && ($OwnProfile || check_paranoia_here(false)))?'(' . 100*min(1,round($Seeding/$Snatched,2)).'%) ':''?>[View] if (check_perms('zip_downloader')) { ?> [Download] } ?>
} elseif (check_paranoia_here('seeding+')) { ?>
Seeding: =number_format($Seeding)?>
} ?>