* [PATCH] sfdisk: actually translate the table headers by calling gettext()
@ 2015-02-01 21:12 Benno Schulenberg
2015-02-02 10:03 ` Karel Zak
0 siblings, 1 reply; 2+ messages in thread
From: Benno Schulenberg @ 2015-02-01 21:12 UTC (permalink / raw)
To: util-linux
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
---
disk-utils/fdisk-list.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/disk-utils/fdisk-list.c b/disk-utils/fdisk-list.c
index c65b8b4..e8a0596 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;
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] sfdisk: actually translate the table headers by calling gettext()
2015-02-01 21:12 [PATCH] sfdisk: actually translate the table headers by calling gettext() Benno Schulenberg
@ 2015-02-02 10:03 ` Karel Zak
0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2015-02-02 10:03 UTC (permalink / raw)
To: Benno Schulenberg; +Cc: util-linux
On Sun, Feb 01, 2015 at 10:12:14PM +0100, Benno Schulenberg wrote:
> disk-utils/fdisk-list.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied, thanks.
--
Karel Zak <kzak@redhat.com>
http://karelzak.blogspot.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-02 10:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-01 21:12 [PATCH] sfdisk: actually translate the table headers by calling gettext() Benno Schulenberg
2015-02-02 10:03 ` Karel Zak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).