From c9a05935760ea0a94623e02a049e6d0e82472e8f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 23 Mar 2025 15:50:10 +0100 Subject: Clearify that N is an ordinal rather than any type of number MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/backend-direct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend-direct.c b/src/backend-direct.c index f89e2ea..41a4053 100644 --- a/src/backend-direct.c +++ b/src/backend-direct.c @@ -209,7 +209,7 @@ direct_print_help(FILE *f, int method) } if (caps.multiple_partitions && caps.partitions_are_graphics_cards) - /* TRANSLATORS: "N" represents "number"; right-pad with spaces to preserve display width */ + /* TRANSLATORS: "N" represents "ordinal"; right-pad with spaces to preserve display width */ fprintf(f, " card=%s %s\n", _("N "), _("Graphics card to apply adjustments to")); else if (caps.multiple_partitions) fprintf(f, " screen=%s %s\n", _("N "), _("X screen to apply adjustments to")); -- cgit v1.2.3-70-g09d2