[gnome-disk-utility/wip/mdraid] Slightly change how values in the 'RAID Level' field are presented
- From: David Zeuthen <davidz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility/wip/mdraid] Slightly change how values in the 'RAID Level' field are presented
- Date: Fri, 21 Sep 2012 13:24:05 +0000 (UTC)
commit 472260961b2d1376d4cab6e58634aa7d99ae2d76
Author: David Zeuthen <zeuthen gmail com>
Date: Fri Sep 21 09:23:47 2012 -0400
Slightly change how values in the 'RAID Level' field are presented
Signed-off-by: David Zeuthen <zeuthen gmail com>
src/disks/gduwindow.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/disks/gduwindow.c b/src/disks/gduwindow.c
index b848e84..14db797 100644
--- a/src/disks/gduwindow.c
+++ b/src/disks/gduwindow.c
@@ -2068,9 +2068,9 @@ update_device_page_for_mdraid (GduWindow *window,
}
/* Translators: Shown in the "RAID Level" field.
* The first %s is the long description of the RAID level e.g. "RAID 6 (Dual Distributed Parity)".
- * The second %s is the number of RAID disks optionally with the chunk size e.g. "8 disks" or "8 disks, 512 KiB chunk".
+ * The second %s is the number of RAID disks optionally with the chunk size e.g. "8 disks" or "8 disks, 512 KiB Chunk".
*/
- s = g_strdup_printf (C_("mdraid", "%s â %s"),
+ s = g_strdup_printf (C_("mdraid", "%s, %s"),
level_desc,
s2);
g_free (s2);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]