[gnome-disk-utility/wip/mdraid] Capitalize Disks in the 'RAID Level' heading



commit e9de291e3a196553efaa2ac744c75669a23f4fb8
Author: David Zeuthen <zeuthen gmail com>
Date:   Wed Sep 19 14:14:37 2012 -0400

    Capitalize Disks in the 'RAID Level' heading
    
    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 737760a..6c15507 100644
--- a/src/disks/gduwindow.c
+++ b/src/disks/gduwindow.c
@@ -2037,8 +2037,8 @@ update_device_page_for_mdraid (GduWindow      *window,
    *              The %d is the number of required disks.
    */
   s2 = g_strdup_printf (dngettext (GETTEXT_PACKAGE,
-                                   "%d disk",
-                                   "%d disks",
+                                   "%d Disk",
+                                   "%d Disks",
                                    (gint) num_devices),
                         (gint) num_devices);
   if (chunk_size > 0)



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