From fe82c712867d4899b5575cd5f523c54ecd9f18cd Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 14 Apr 2008 12:16:14 +0200 Subject: [PATCH] fdisk: message tweak Signed-off-by: Karel Zak --- fdisk/fdisk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fdisk/fdisk.c b/fdisk/fdisk.c index ede41b3e..58b8bbde 100644 --- a/fdisk/fdisk.c +++ b/fdisk/fdisk.c @@ -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; -- 2.39.5