]> git.sur5r.net Git - glabels/commitdiff
Fix a typo
authorAnders Jonsson <anders.jonsson@norsjovallen.se>
Mon, 15 Dec 2014 14:44:14 +0000 (15:44 +0100)
committerMarek Černocký <marek@manet.cz>
Mon, 7 Dec 2015 21:45:59 +0000 (22:45 +0100)
Signed-off-by: Marek Černocký <marek@manet.cz>
src/bc-backends.c

index 0442f7f990bf285f51d157bfba92e695f53f06f9..5ff8f56cb9d5505d87e7e8e5278198843e00e722 100644 (file)
@@ -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,