Improve translation help for "unformatted" file system type

This commit is contained in:
Mike Fleetwood 2018-10-28 10:53:13 +00:00 committed by Curtis Gedak
parent 8a4f9ad205
commit a0f97bfa19
1 changed files with 3 additions and 2 deletions

View File

@ -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: