examine.c: Add note to translators.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 18 May 2019 06:53:22 +0000 (08:53 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 22 May 2019 10:37:31 +0000 (12:37 +0200)
src/language/stats/examine.c

index dabcdfe9b35e6135f929444535a889f069ad7ac6..794fefe6c1cf1571f20be80ecc857af3c98e971b 100644 (file)
@@ -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];