From a0f97bfa19b7ed87fd2cbecc61b71b64c46723c8 Mon Sep 17 00:00:00 2001 From: Mike Fleetwood Date: Sun, 28 Oct 2018 10:53:13 +0000 Subject: [PATCH] Improve translation help for "unformatted" file system type --- src/Utils.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Utils.cc b/src/Utils.cc index c26d538a..0af62890 100644 --- a/src/Utils.cc +++ b/src/Utils.cc @@ -266,8 +266,9 @@ Glib::ustring Utils::get_filesystem_string( FSType filesystem ) return _("unknown"); case FS_UNFORMATTED: /* TO TRANSLATORS: unformatted - * means that the space within this partition will not - * be formatted with a known file system by GParted. + * means that when the new partition is created by + * GParted the space within it will not be formatted + * with a file system. */ return _("unformatted"); case FS_OTHER: