From 0c2d6a6d0e31900236beb97bb79be4390a63286a Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 18 May 2019 08:53:22 +0200 Subject: [PATCH] examine.c: Add note to translators. --- src/language/stats/examine.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/language/stats/examine.c b/src/language/stats/examine.c index dabcdfe9b3..794fefe6c1 100644 --- a/src/language/stats/examine.c +++ b/src/language/stats/examine.c @@ -845,7 +845,9 @@ extremes_report (const struct examine *cmd, int iact_idx) for (size_t i = 0; i < cmd->disp_extremes; i++) pivot_category_create_leaf (order->root, pivot_value_new_integer (i + 1)); - pivot_dimension_create (table, PIVOT_AXIS_ROW, N_("Extreme"), + pivot_dimension_create (table, PIVOT_AXIS_ROW, + /* TRANSLATORS: This is a noun, not an adjective. */ + N_("Extreme"), N_("Highest"), N_("Lowest")); const struct interaction *iact = cmd->iacts[iact_idx]; -- 2.30.2