From 3527013f3b1c535a3d7b48f8635f6652f4aa5a93 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 28 Aug 2022 14:21:13 -0700 Subject: [PATCH] pivot-table: Improve comment. --- src/output/pivot-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output/pivot-table.c b/src/output/pivot-table.c index 009e829613..f8f917d9dd 100644 --- a/src/output/pivot-table.c +++ b/src/output/pivot-table.c @@ -2777,7 +2777,7 @@ pivot_value_new_text (const char *text) } /* Same as pivot_value_new_text() but its argument is a printf()-like format - string. */ + string. The format string should generally be enclosed in N_(). */ struct pivot_value * PRINTF_FORMAT (1, 2) pivot_value_new_text_format (const char *format, ...) { -- 2.30.2