[Parted-commits] GNU Parted Official Repository: Changes to 'master'

Jim Meyering meyering at alioth.debian.org
Mon Jun 11 16:52:05 UTC 2007


 parted/parted.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6822b8b2b51eb68704691ae16a97b9fc67e6db0c
Author: Jim Meyering <jim at meyering.net>
Date:   Mon Jun 11 13:19:03 2007 +0200

    Fix inconsistent prompt for file system type.
    
    * parted/parted.c (do_mkfs): Use a consistent prompt when asking
    for a file system type.

diff --git a/parted/parted.c b/parted/parted.c
index 92e820d..8f15ce9 100644
--- a/parted/parted.c
+++ b/parted/parted.c
@@ -653,7 +653,7 @@ do_mkfs (PedDevice** dev)
                 goto error_destroy_disk;
         if (!_partition_warn_busy (part))
                 goto error_destroy_disk;
-        if (!command_line_get_fs_type (_("File system?"), &type))
+        if (!command_line_get_fs_type (_("File system type?"), &type))
                 goto error_destroy_disk;
 
         fs = ped_file_system_create (&part->geom, type, g_timer);



More information about the Parted-commits mailing list