From f1de8eb10559e97747ba75a0754d622c30a5739c Mon Sep 17 00:00:00 2001 From: Anders Jonsson Date: Mon, 15 Dec 2014 15:44:14 +0100 Subject: [PATCH] Fix a typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek Černocký --- src/bc-backends.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bc-backends.c b/src/bc-backends.c index 0442f7f9..5ff8f56c 100644 --- a/src/bc-backends.c +++ b/src/bc-backends.c @@ -260,7 +260,7 @@ static const Style styles[] = { { "zint", "Code128", N_("Code 128"), gl_barcode_zint_new, TRUE, TRUE, TRUE, FALSE, "0000000000", TRUE, 10}, - { "zint", "Code128B", N_("Code 128 (Mode C supression)"), gl_barcode_zint_new, + { "zint", "Code128B", N_("Code 128 (Mode C suppression)"), gl_barcode_zint_new, TRUE, TRUE, TRUE, FALSE, "0000000000", TRUE, 10}, { "zint", "DAFT", N_("DAFT Code"), gl_barcode_zint_new, -- 2.39.5