summaryrefslogtreecommitdiffstats
path: root/fdisk/fdisksgilabel.c
diff options
context:
space:
mode:
authorBenno Schulenberg2011-08-10 20:57:07 +0200
committerKarel Zak2011-08-15 15:49:26 +0200
commit512b057eada13279a92b9713656675ce3ba50bda (patch)
tree301f7e39e2b65cf677bc3a8bf88c297c0393dfba /fdisk/fdisksgilabel.c
parentmkfs.cramfs: clearer error message, "cannot close" instead of "closing" (diff)
downloadkernel-qcow2-util-linux-512b057eada13279a92b9713656675ce3ba50bda.tar.gz
kernel-qcow2-util-linux-512b057eada13279a92b9713656675ce3ba50bda.tar.xz
kernel-qcow2-util-linux-512b057eada13279a92b9713656675ce3ba50bda.zip
fdisksgilabel: correct the grammar of an error message
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'fdisk/fdisksgilabel.c')
-rw-r--r--fdisk/fdisksgilabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisk/fdisksgilabel.c b/fdisk/fdisksgilabel.c
index cc9559876..8179bc155 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))