From: Anders Jonsson Date: Mon, 15 Dec 2014 14:44:14 +0000 (+0100) Subject: Fix a typo X-Git-Tag: glabels-3_4_0~77 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f1de8eb10559e97747ba75a0754d622c30a5739c;p=glabels Fix a typo Signed-off-by: Marek Černocký --- 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,