]> err.no Git - util-linux/commitdiff
fdisk: message tweak
authorKarel Zak <kzak@redhat.com>
Mon, 14 Apr 2008 10:16:14 +0000 (12:16 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 14 Apr 2008 10:16:14 +0000 (12:16 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
fdisk/fdisk.c

index ede41b3e60dea4bf90fe10552fc4ce1c378fbcf0..58b8bbdefb1c23a3ddcbef26baf2cb2ab362bf03 100644 (file)
@@ -1519,8 +1519,8 @@ change_sysid(void) {
                                printf (_("Changed system type of partition %d "
                                        "to %x (%s)\n"), i + 1, sys, temp);
                        else
-                               printf (_("System type of partition %d is unchanged "
-                                       "to %x (%s)\n"), i + 1, sys, temp);
+                               printf (_("System type of partition %d is unchanged: "
+                                       "%x (%s)\n"), i + 1, sys, temp);
                        if (is_dos_partition(origsys) ||
                            is_dos_partition(sys))
                                dos_changed = 1;