[gparted/recognise-apfs: 4/5] Improve translation help for "unformatted" file sytem type
- From: Mike Fleetwood <mfleetwo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gparted/recognise-apfs: 4/5] Improve translation help for "unformatted" file sytem type
- Date: Sun, 11 Nov 2018 21:16:02 +0000 (UTC)
commit 851d2f93f886b6b0e125fd90a2a48eed87e05fe1
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date: Sun Oct 28 10:53:13 2018 +0000
Improve translation help for "unformatted" file sytem 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]