Fix copy-paste error for short filesystem name
authorDavid Zeuthen <davidz@redhat.com>
Mon, 14 Mar 2011 10:57:26 +0000 (06:57 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Mon, 14 Mar 2011 10:57:26 +0000 (06:57 -0400)
Signed-off-by: David Zeuthen <davidz@redhat.com>
udisks/udisksutil.c

index 83d19f8..a2eb9e9 100644 (file)
@@ -945,10 +945,10 @@ const static struct
   {"filesystem", "hfsplus",           NULL,    N_("HFS+"),                              N_("HFS+")},
   {"filesystem", "ext2",              "*",     N_("Ext2 (version %s)"),                 N_("ext2")},
   {"filesystem", "ext2",              NULL,    N_("Ext2"),                              N_("ext2")},
-  {"filesystem", "ext3",              "*",     N_("Ext3 (version %s)"),                 N_("ext2")},
-  {"filesystem", "ext3",              NULL,    N_("Ext3"),                              N_("ext2")},
-  {"filesystem", "ext4",              "*",     N_("Ext4 (version %s)"),                 N_("ext2")},
-  {"filesystem", "ext4",              NULL,    N_("Ext4"),                              N_("ext2")},
+  {"filesystem", "ext3",              "*",     N_("Ext3 (version %s)"),                 N_("ext3")},
+  {"filesystem", "ext3",              NULL,    N_("Ext3"),                              N_("ext3")},
+  {"filesystem", "ext4",              "*",     N_("Ext4 (version %s)"),                 N_("ext4")},
+  {"filesystem", "ext4",              NULL,    N_("Ext4"),                              N_("ext4")},
   {"filesystem", "jdb",               "*",     N_("Journal for Ext (version %s)"),      N_("jdb")},
   {"filesystem", "jdb",               "*",     N_("Journal for Ext"),                   N_("jdb")},
   {"filesystem", "xfs",               "*",     N_("XFS (version %s)"),                  N_("XFS")},