OSDN Git Service

maint: remove stray "types and" in the big FS-op warning
authorJim Meyering <meyering@redhat.com>
Fri, 6 Nov 2009 08:55:26 +0000 (09:55 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 6 Nov 2009 09:04:22 +0000 (10:04 +0100)
* parted/parted.c (issue_fs_op_warning): Correct grammar in diagnostic.

parted/parted.c

index 17e94ef..bc55bc9 100644 (file)
@@ -455,8 +455,8 @@ issue_fs_op_warning (char const *op)
    "%s's file system manipulation code is not as robust as what you'll find in\n"
    "dedicated, file-system-specific packages like e2fsprogs.  We recommend\n"
    "you use %s only to manipulate partition tables, whenever possible.\n"
-   "Support for performing most types and operations on most types of file\n"
-   "systems will be removed in an upcoming release.\n"),
+   "Support for performing most operations on most types of file systems\n"
+   "will be removed in an upcoming release.\n"),
    program_name, op, program_name, program_name);
 }