diff --git a/Interfaces/ITapeImage.cs b/Interfaces/ITapeImage.cs
index f6fd87c..bbffa7c 100644
--- a/Interfaces/ITapeImage.cs
+++ b/Interfaces/ITapeImage.cs
@@ -51,6 +51,6 @@ namespace DiscImageChef.CommonTypes.Interfaces
///
/// Gets a list of all the partitions registered in the image
///
- List Partitions { get; }
+ List TapePartitions { get; }
}
}
\ No newline at end of file