From 512b057eada13279a92b9713656675ce3ba50bda Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 10 Aug 2011 20:57:07 +0200 Subject: [PATCH] fdisksgilabel: correct the grammar of an error message Signed-off-by: Benno Schulenberg --- fdisk/fdisksgilabel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.47.3