diff --git a/src/Dialog_Progress.cc b/src/Dialog_Progress.cc
index 1d89bcec..1eb798b8 100644
--- a/src/Dialog_Progress.cc
+++ b/src/Dialog_Progress.cc
@@ -488,7 +488,7 @@ void Dialog_Progress::write_partition_details(const Partition& partition, std::o
<< "
" << partition.sector_end << " | "
<< "" << Glib::build_path(", ", partition.flags) << " | "
<< "" << partition.name << " | "
- << "" << Utils::get_filesystem_string(partition.fstype) << " | "
+ << "" << partition.get_filesystem_string() << " | "
<< "" << partition.get_filesystem_label() << " | "
<< "" << Glib::build_path(", ", partition.get_mountpoints()) << " | "
<< "" << std::endl;