]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fdisksgilabel: correct the grammar of an error message
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 10 Aug 2011 18:57:07 +0000 (20:57 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 15 Aug 2011 13:49:26 +0000 (15:49 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
fdisk/fdisksgilabel.c

index cc9559876507fbba318e01bb1d8f007dee6042c9..8179bc155cf9099e26707f7a880639e7c7c03ed3 100644 (file)
@@ -533,7 +533,7 @@ int
 sgi_change_sysid(int i, int sys)
 {
        if (sgi_get_num_sectors(i) == 0) /* caught already before, ... */ {
-               printf(_("Sorry You may change the Tag of non-empty partitions.\n"));
+               printf(_("Sorry, only for non-empty partitions you can change the tag.\n"));
                return 0;
        }
        if (((sys != ENTIRE_DISK) && (sys != SGI_VOLHDR))