On Mon, Apr 07, 2008 at 06:07:07PM -0400, Mike Frysinger wrote: > On Monday 07 April 2008, Benno Schulenberg wrote: > > Or if you prefer: "...is unchanged: %x (%s)\n" > > changing the wording to not using "to" nor "at" would be best i think. OK. Fixed and committed. Thanks. Karel >From fe82c712867d4899b5575cd5f523c54ecd9f18cd Mon Sep 17 00:00:00 2001 From: Karel Zak <kzak@xxxxxxxxxx> Date: Mon, 14 Apr 2008 12:16:14 +0200 Subject: [PATCH] fdisk: message tweak Signed-off-by: Karel Zak <kzak@xxxxxxxxxx> --- fdisk/fdisk.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fdisk/fdisk.c b/fdisk/fdisk.c index ede41b3..58b8bbd 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; -- 1.5.4.1 -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html