From: John Darrington Date: Sat, 18 May 2019 06:53:22 +0000 (+0200) Subject: examine.c: Add note to translators. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c2d6a6d0e31900236beb97bb79be4390a63286a;p=pspp examine.c: Add note to translators. --- 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];