[glabels] Fix a typo



commit f1de8eb10559e97747ba75a0754d622c30a5739c
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date:   Mon Dec 15 15:44:14 2014 +0100

    Fix a typo
    
    Signed-off-by: Marek Černocký <marek manet cz>

 src/bc-backends.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bc-backends.c b/src/bc-backends.c
index 0442f7f..5ff8f56 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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]