From: Benno Schulenberg Date: Wed, 10 Aug 2011 18:57:07 +0000 (+0200) Subject: fdisksgilabel: correct the grammar of an error message X-Git-Tag: v2.20-rc2~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=512b057eada13279a92b9713656675ce3ba50bda;p=thirdparty%2Futil-linux.git fdisksgilabel: correct the grammar of an error message Signed-off-by: Benno Schulenberg --- diff --git a/fdisk/fdisksgilabel.c b/fdisk/fdisksgilabel.c index cc95598765..8179bc155c 100644 --- a/fdisk/fdisksgilabel.c +++ b/fdisk/fdisksgilabel.c @@ -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))