[gparted: 4/5] Improve translation help for "unformatted" file system type



commit a0f97bfa19b7ed87fd2cbecc61b71b64c46723c8
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date:   Sun Oct 28 10:53:13 2018 +0000

    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:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]