[gnome-disk-utility/wip/mdraid] Capitalize Disks in the 'RAID Level' heading
- From: David Zeuthen <davidz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility/wip/mdraid] Capitalize Disks in the 'RAID Level' heading
- Date: Wed, 19 Sep 2012 18:14:54 +0000 (UTC)
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]