]> err.no Git - util-linux/commitdiff
fdisk: remove unnecessary gettext call
authorKarel Zak <kzak@redhat.com>
Fri, 12 Dec 2008 14:20:06 +0000 (15:20 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 12 Dec 2008 14:20:06 +0000 (15:20 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
fdisk/fdisksgilabel.c

index 6dd2e1e7ef19106956fa99fdc7a6eb6050f1e18a..9f87751d3ada7324097ed99cd982d7ad4d25cbec 100644 (file)
@@ -465,7 +465,7 @@ verify_sgi(int verbose)
                if (verbose)
                        printf(_("One Partition (#11) should cover the entire disk.\n"));
                if (debug>2)
-                       printf(_("sysid=%d\tpartition=%d\n"),
+                       printf("sysid=%d\tpartition=%d\n",
                               sgi_get_sysid(Index[0]), Index[0]+1);
        }
        for (i=1, start=0; i<sortcount; i++) {