From 9ac1fcf6c519cf2db6d8ee715ccf7227e91468b6 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 1 Feb 2015 22:12:14 +0100 Subject: sfdisk: actually translate the table headers by calling gettext() Signed-off-by: Benno Schulenberg --- disk-utils/fdisk-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disk-utils/fdisk-list.c') diff --git a/disk-utils/fdisk-list.c b/disk-utils/fdisk-list.c index c65b8b475..e8a059677 100644 --- a/disk-utils/fdisk-list.c +++ b/disk-utils/fdisk-list.c @@ -136,7 +136,7 @@ void list_disklabel(struct fdisk_context *cxt) fl |= SCOLS_FL_TRUNC; co = scols_table_new_column(out, - fdisk_field_get_name(field), + _(fdisk_field_get_name(field)), fdisk_field_get_width(field), fl); if (!co) goto done; -- cgit v1.2.3-55-g7522