[dia] Fixed Typos in translatable strings (Bug #753209) antialised -> antialiased Octogon-> Octagon



commit e82d2451bd8aa08ce54d4870fb7a0d57e3bc83c7
Author: Armin Eibl <armin eibl gmail com>
Date:   Tue Sep 15 21:33:41 2015 +0200

    Fixed Typos in translatable strings (Bug #753209) antialised -> antialiased Octogon-> Octagon
    
    Signed-off-by: Marek Černocký <marek manet cz>

 app/display.c               |    2 +-
 app/preferences.c           |    2 +-
 app/preferences.h           |    2 +-
 objects/custom/shape_info.c |    2 +-
 po/am.po                    |    2 +-
 po/ar.po                    |    4 ++--
 po/ast.po                   |    4 ++--
 po/az.po                    |    2 +-
 po/be.po                    |    2 +-
 po/bg.po                    |    2 +-
 po/bs.po                    |    4 ++--
 po/ca valencia po           |    4 ++--
 po/cs.po                    |    4 ++--
 po/da.po                    |    4 ++--
 po/de.po                    |    4 ++--
 po/dz.po                    |    2 +-
 po/el.po                    |    4 ++--
 po/en_CA.po                 |    4 ++--
 po/en_GB.po                 |    8 ++++----
 po/eo.po                    |    4 ++--
 po/es.po                    |    4 ++--
 po/eu.po                    |    4 ++--
 po/fi.po                    |    6 +++---
 po/fr.po                    |    4 ++--
 po/ga.po                    |    2 +-
 po/gl.po                    |    4 ++--
 po/gu.po                    |    4 ++--
 po/he.po                    |    4 ++--
 po/hr.po                    |    2 +-
 po/hu.po                    |    4 ++--
 po/id.po                    |    4 ++--
 po/is.po                    |    4 ++--
 po/it.po                    |    4 ++--
 po/ja.po                    |    4 ++--
 po/kn.po                    |    4 ++--
 po/ko.po                    |    4 ++--
 po/lt.po                    |    4 ++--
 po/lv.po                    |    4 ++--
 po/mk.po                    |    2 +-
 po/ml.po                    |    4 ++--
 po/mn.po                    |    2 +-
 po/mr.po                    |    4 ++--
 po/ms.po                    |    2 +-
 po/nb.po                    |    4 ++--
 po/ne.po                    |    2 +-
 po/nl.po                    |    2 +-
 po/nn.po                    |    2 +-
 po/oc.po                    |    4 ++--
 po/pa.po                    |    2 +-
 po/pl.po                    |    4 ++--
 po/pt.po                    |    4 ++--
 po/pt_BR.po                 |    4 ++--
 po/ro.po                    |    6 +++---
 po/ru.po                    |    4 ++--
 po/rw.po                    |    2 +-
 po/sk.po                    |    4 ++--
 po/sl.po                    |    4 ++--
 po/sq.po                    |    2 +-
 po/sr.po                    |    4 ++--
 po/sr latin po              |    4 ++--
 po/sv.po                    |    4 ++--
 po/th.po                    |    2 +-
 po/tr.po                    |    4 ++--
 po/uk.po                    |    4 ++--
 po/vi.po                    |    2 +-
 po/zh_CN.po                 |    4 ++--
 po/zh_HK.po                 |    4 ++--
 po/zh_TW.po                 |    4 ++--
 sheets/Assorted.sheet.in    |    2 +-
 69 files changed, 119 insertions(+), 119 deletions(-)
---
diff --git a/app/display.c b/app/display.c
index 560ad18..076d046 100644
--- a/app/display.c
+++ b/app/display.c
@@ -252,7 +252,7 @@ new_display(Diagram *dia)
   if (preset != 0) 
     ddisp->mainpoint_magnetism = (preset > 0 ? TRUE : FALSE);
 
-  ddisp->aa_renderer = prefs.view_antialised;
+  ddisp->aa_renderer = prefs.view_antialiased;
   preset = GPOINTER_TO_INT (g_object_get_data (G_OBJECT(dia), "antialiased"));
   if (preset != 0) 
     ddisp->aa_renderer = (preset > 0 ? TRUE : FALSE);
diff --git a/app/preferences.c b/app/preferences.c
index 047bcbc..0f4d632 100644
--- a/app/preferences.c
+++ b/app/preferences.c
@@ -213,7 +213,7 @@ DiaPrefData prefs_data[] =
   { NULL, PREF_END_GROUP, 0, NULL, VIEW_TAB, NULL },
   
   { NULL, PREF_NONE, 0, NULL, VIEW_TAB, N_("Antialias:") },
-  { "view_antialised", PREF_BOOLEAN, PREF_OFFSET(view_antialised), &default_false, VIEW_TAB, N_("view 
antialised") },
+  { "view_antialiased", PREF_BOOLEAN, PREF_OFFSET(view_antialiased), &default_false, VIEW_TAB, N_("view 
view_antialiased") },
   { NULL, PREF_END_GROUP, 0, NULL, VIEW_TAB, NULL },
 
   /* Favored Filter */
diff --git a/app/preferences.h b/app/preferences.h
index 53464f3..8665f08 100644
--- a/app/preferences.h
+++ b/app/preferences.h
@@ -49,7 +49,7 @@ struct DiaPreferences {
 
   int show_cx_pts;
   int snap_object; /* mainpoint_magnetism : the whole object is the connection point */
-  int view_antialised;
+  int view_antialiased;
 
   int reset_tools_after_create;
   int undo_depth;
diff --git a/objects/custom/shape_info.c b/objects/custom/shape_info.c
index 9f0dc14..c73c6ad 100644
--- a/objects/custom/shape_info.c
+++ b/objects/custom/shape_info.c
@@ -98,7 +98,7 @@ shape_info_getbyname(const gchar *name)
 }
 
 /*!
- * \brief After laoding and before drawing ShapeInfo needs to be realised
+ * \brief After loading and before drawing ShapeInfo needs to be realised
  * @param : the shape to realise
  * 
  * Puts the ShapeInfo into a form suitable for actual use (lazy loading)
diff --git a/po/am.po b/po/am.po
index 7bd9315..510dbb8 100644
--- a/po/am.po
+++ b/po/am.po
@@ -5648,7 +5648,7 @@ msgid "Notched right arrow"
 msgstr "ቀኝ ቀስት"
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/ar.po b/po/ar.po
index 4aa2f6e..ad2d7d1 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -1660,7 +1660,7 @@ msgstr "الحواف المحسّنة"
 
 #: ../app/preferences.c:181
 #, fuzzy
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "PNG (غير مسنّن)"
 
 #: ../app/preferences.c:186
@@ -6691,7 +6691,7 @@ msgid "Notched right arrow"
 msgstr "حجم سهم الموسّع"
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/ast.po b/po/ast.po
index ef76e38..74628c4 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -1870,7 +1870,7 @@ msgid "Antialias:"
 msgstr ""
 
 #: ../app/preferences.c:217
-msgid "view antialised"
+msgid "view antialiased"
 msgstr ""
 
 #. Favored Filter
@@ -6787,7 +6787,7 @@ msgid "Notched right arrow"
 msgstr "Flecha a la drecha cortada"
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr "Octógonu, figura d'ocho llaos"
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/az.po b/po/az.po
index 9ab4deb..58a171d 100644
--- a/po/az.po
+++ b/po/az.po
@@ -5858,7 +5858,7 @@ msgid "Notched right arrow"
 msgstr "Nöqtəli ox"
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/be.po b/po/be.po
index 658737c..6ff704a 100644
--- a/po/be.po
+++ b/po/be.po
@@ -5761,7 +5761,7 @@ msgid "Notched right arrow"
 msgstr "Кропкавая стрэлка"
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/bg.po b/po/bg.po
index 853b38c..590affe 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -6001,7 +6001,7 @@ msgid "Notched right arrow"
 msgstr "Вдлъбната дясна стрелка"
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr "Осмоъгълник. Осем странна форма"
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/bs.po b/po/bs.po
index d475d12..0c82e23 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -1956,7 +1956,7 @@ msgid "Antialias:"
 msgstr "Omekšavanje ivica:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "pogledaj antialiasirano"
 
 #: ../app/preferences.c:222
@@ -7297,7 +7297,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "Sedmougao. Oblik sa sedam tačaka"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Osmougao. Oblik sa osam tačaka"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/ca valencia po b/po/ca valencia po
index 0a53a5d..3e4ff1c 100644
--- a/po/ca valencia po
+++ b/po/ca valencia po
@@ -1797,7 +1797,7 @@ msgid "Antialias:"
 msgstr "Antialiàsing:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "mostra amb antialiàsing"
 
 #. Favored Filter
@@ -6685,7 +6685,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "Heptàgon. Figura de set puntes"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Octàgon. Figura de vuit puntes"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/cs.po b/po/cs.po
index f3a63f9..db19ed3 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -1968,7 +1968,7 @@ msgid "Antialias:"
 msgstr "Vyhlazené:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "zobrazit vyhlazené"
 
 #: ../app/preferences.c:222
@@ -7311,7 +7311,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "Sedmiúhelník. Útvar se sedmi stranami"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Osmiúhelník. Útvar s osmi stranami"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/da.po b/po/da.po
index 0be114f..24071fd 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1872,7 +1872,7 @@ msgid "Antialias:"
 msgstr "Udjævning:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "Vis udjævning"
 
 #. Favored Filter
@@ -7119,7 +7119,7 @@ msgstr "Højrepil  m. indhak"
 
 #: ../sheets/Assorted.sheet.in.h:27
 #, fuzzy
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Ottekant"
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/de.po b/po/de.po
index bbe95a7..c961e05 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1872,7 +1872,7 @@ msgid "Antialias:"
 msgstr "Kantenglättung:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "mit Kantenglättung anzeigen"
 
 #: ../app/preferences.c:222
@@ -7116,7 +7116,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "Heptagon. Siebenseitige Form"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Oktagon. Achtseitige Form"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/dz.po b/po/dz.po
index f3312a4..a8287a6 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -5934,7 +5934,7 @@ msgid "Notched right arrow"
 msgstr "ལྟོང་དབྱིབས་གཡས་ཀྱི་མདའ་རྟགས་"
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr "ཟུར་བརྒྱད་མ། ཟུར་བརྒྱད་དང་ལྡན་པའི་དབྱིབས་"
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/el.po b/po/el.po
index 2b610cc..7f34f5a 100644
--- a/po/el.po
+++ b/po/el.po
@@ -2035,7 +2035,7 @@ msgid "Antialias:"
 msgstr "Εξομάλυνση:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "εξομαλυμένη όψη"
 
 #: ../app/preferences.c:222
@@ -7426,7 +7426,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "Επτάγωνο. Σχήμα επτά πλευρών"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Οκτάγωνο. Σχήμα οκτώ πλευρών"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/en_CA.po b/po/en_CA.po
index a61623f..fbe158c 100644
--- a/po/en_CA.po
+++ b/po/en_CA.po
@@ -5720,8 +5720,8 @@ msgid "Notched right arrow"
 msgstr "Notched right arrow"
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
-msgstr "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
+msgstr "Octagon. Eight sided shape"
 
 #: ../sheets/Assorted.sheet.in.h:28
 msgid "Pentagon block arrow"
diff --git a/po/en_GB.po b/po/en_GB.po
index 6b6af81..5edda76 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -1881,8 +1881,8 @@ msgid "Antialias:"
 msgstr "Antialias:"
 
 #: ../app/preferences.c:217
-msgid "view antialised"
-msgstr "view antialised"
+msgid "view antialiased"
+msgstr "view antialiased"
 
 #. Favored Filter
 #. Translators: Menu item Verb/Channel/Export
@@ -6833,8 +6833,8 @@ msgid "Notched right arrow"
 msgstr "Notched right arrow"
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
-msgstr "Octogon. Eight-sided shape"
+msgid "Octagon. Eight sided shape"
+msgstr "Octagon. Eight-sided shape"
 
 #: ../sheets/Assorted.sheet.in.h:28
 msgid "Pentagon block arrow"
diff --git a/po/eo.po b/po/eo.po
index 58b24c3..cd9d75e 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -1721,7 +1721,7 @@ msgid "Antialias:"
 msgstr "Glatigo:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "Vidi glatigita"
 
 #. Favored Filter
@@ -6707,7 +6707,7 @@ msgid "Notched right arrow"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/es.po b/po/es.po
index fa03f87..bd541a5 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1999,7 +1999,7 @@ msgid "Antialias:"
 msgstr "Antialias:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "ver sin antialias"
 
 #: ../app/preferences.c:222
@@ -7444,7 +7444,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "Heptágono. Figura de siete lados"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Octógono. Figura de ocho lados"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/eu.po b/po/eu.po
index 3c16237..fa88f25 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -1901,7 +1901,7 @@ msgid "Antialias:"
 msgstr "Antialias-a:"
 
 #: ../app/preferences.c:217
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "ikusi antialiasing-a"
 
 #. Favored Filter
@@ -6878,7 +6878,7 @@ msgid "Notched right arrow"
 msgstr "Eskuin-gezi moztua"
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr "Oktogonoa. Zortzi aldeko forma"
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/fi.po b/po/fi.po
index 1db1585..0ae8eb6 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -2110,7 +2110,7 @@ msgid "Antialias:"
 msgstr "Antialiasointi:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "näytä antialiasoituna"
 
 #: ../app/preferences.c:222
@@ -7878,8 +7878,8 @@ msgstr "Heptagoni. Seitsensivuinen muoto"
 
 #: ../sheets/Assorted.sheet.in.h:16
 #, fuzzy
-#| msgid "Octogon. Eight sided shape"
-msgid "Octogon. Eight-point shape"
+#| msgid "Octagon. Eight sided shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Oktagoni. Kahdeksansivuinen muoto"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/fr.po b/po/fr.po
index a64c67d..c09060f 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -6440,8 +6440,8 @@ msgid "Notched right arrow"
 msgstr "Flèche à droite avec encoche"
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
-msgstr "Octogone. Forme à huit côtés"
+msgid "Octagon. Eight sided shape"
+msgstr "Octagone. Forme à huit côtés"
 
 #: ../sheets/Assorted.sheet.in.h:28
 msgid "Pentagon block arrow"
diff --git a/po/ga.po b/po/ga.po
index ec50021..ea11088 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -5614,7 +5614,7 @@ msgid "Notched right arrow"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/gl.po b/po/gl.po
index e15ddd9..5defbf4 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -1794,7 +1794,7 @@ msgid "Antialias:"
 msgstr "Suavizado:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "ver suavizado"
 
 #. Favored Filter
@@ -6740,7 +6740,7 @@ msgstr "Heptágono. Figura de sete lados"
 
 #: ../sheets/Assorted.sheet.in.h:16
 #, fuzzy
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Octógono. Figura de oito lados"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/gu.po b/po/gu.po
index 2f61177..2875d61 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -1734,7 +1734,7 @@ msgid "Antialias:"
 msgstr "એન્ટીએલિઆઝ થયેલ (_A)"
 
 #: ../app/preferences.c:221
-msgid "view antialised"
+msgid "view antialiased"
 msgstr ""
 
 #. Favored Filter
@@ -6524,7 +6524,7 @@ msgid "Notched right arrow"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/he.po b/po/he.po
index 7fc68ad..2a645e6 100644
--- a/po/he.po
+++ b/po/he.po
@@ -1814,7 +1814,7 @@ msgid "Antialias:"
 msgstr "החלקה:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "תצוגה חלקה"
 
 #: ../app/preferences.c:222
@@ -6685,7 +6685,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/hr.po b/po/hr.po
index c59b54f..af3cdc0 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -5803,7 +5803,7 @@ msgid "Notched right arrow"
 msgstr "Zasječena strelica udesno"
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr "Osmerokutnik"
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/hu.po b/po/hu.po
index 4a4b194..78f17b2 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1999,7 +1999,7 @@ msgid "Antialias:"
 msgstr "Élsimítás:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "megjelenítés élsimítással"
 
 #: ../app/preferences.c:222
@@ -7378,7 +7378,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "Hétszög. Hétpontos alak"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Nyolcszög. Nyolcpontos alak"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/id.po b/po/id.po
index fb8ba8f..a498a4f 100644
--- a/po/id.po
+++ b/po/id.po
@@ -1941,7 +1941,7 @@ msgid "Antialias:"
 msgstr "Antialias:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "tilik dalam anti alias"
 
 #: ../app/preferences.c:222
@@ -7114,7 +7114,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "Heptagon. Persegi tujuh"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Oktagon. Persegi delapan"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/is.po b/po/is.po
index d98b873..8a3901d 100644
--- a/po/is.po
+++ b/po/is.po
@@ -1892,7 +1892,7 @@ msgid "Antialias:"
 msgstr "Afstöllun:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "skoða afstallað"
 
 #: ../app/preferences.c:222
@@ -7165,7 +7165,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/it.po b/po/it.po
index 4f4ccbe..2d8d0a6 100644
--- a/po/it.po
+++ b/po/it.po
@@ -1867,7 +1867,7 @@ msgid "Antialias:"
 msgstr "Con _antialias"
 
 #: ../app/preferences.c:222
-msgid "view antialised"
+msgid "view antialiased"
 msgstr ""
 
 #. Favored Filter
@@ -7076,7 +7076,7 @@ msgid "Notched right arrow"
 msgstr "Freccia destra marcata"
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr "Ottagono: figura con otto lati"
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/ja.po b/po/ja.po
index 207c0b0..2e88420 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -1812,7 +1812,7 @@ msgid "Antialias:"
 msgstr " アンチエイリアス "
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "アンチエイリアス効果を付与する"
 
 #. Favored Filter
@@ -6729,7 +6729,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "七角形"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "八角形"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/kn.po b/po/kn.po
index 5a915c6..664c8da 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -1710,7 +1710,7 @@ msgid "Antialias:"
 msgstr ""
 
 #: ../app/preferences.c:222
-msgid "view antialised"
+msgid "view antialiased"
 msgstr ""
 
 #. Favored Filter
@@ -6670,7 +6670,7 @@ msgid "Notched right arrow"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/ko.po b/po/ko.po
index 3b190f4..4f3ad82 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1774,7 +1774,7 @@ msgid "Antialias:"
 msgstr "부드럽게:"
 
 #: ../app/preferences.c:217
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "부드러움 보이기"
 
 #. Favored Filter
@@ -6721,7 +6721,7 @@ msgid "Notched right arrow"
 msgstr "새김 눈 오른쪽 화살표"
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr "8각형"
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/lt.po b/po/lt.po
index 2598bd3..f701320 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -1839,7 +1839,7 @@ msgid "Antialias:"
 msgstr "Glotninimas:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "rodyti glotnintą"
 
 #: ../app/preferences.c:222
@@ -6791,7 +6791,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "Heptagonas. Septyniakampė figūra"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Oktagonas. Aštuonkampė figūra"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/lv.po b/po/lv.po
index ab3e93c..a0ede56 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -1803,7 +1803,7 @@ msgid "Antialias:"
 msgstr "Nogludināšana:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "skatīt nogludinātu"
 
 #. Favored Filter
@@ -6752,7 +6752,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "Septiņstūris. Septiņu punktu forma"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Astoņstūris. Astoņu punktu forma"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/mk.po b/po/mk.po
index 2e5a65d..cd6e287 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -6005,7 +6005,7 @@ msgid "Notched right arrow"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/ml.po b/po/ml.po
index e360ae8..c35621c 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -1808,7 +1808,7 @@ msgid "Antialias:"
 msgstr ""
 
 #: ../app/preferences.c:217
-msgid "view antialised"
+msgid "view antialiased"
 msgstr ""
 
 #. Favored Filter
@@ -7189,7 +7189,7 @@ msgid "Notched right arrow"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/mn.po b/po/mn.po
index 1b50b2e..7b9da45 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -5617,7 +5617,7 @@ msgid "Notched right arrow"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/mr.po b/po/mr.po
index 61f61bf..70bee99 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -1679,7 +1679,7 @@ msgid "Antialias:"
 msgstr ""
 
 #: ../app/preferences.c:222
-msgid "view antialised"
+msgid "view antialiased"
 msgstr ""
 
 #. Favored Filter
@@ -6629,7 +6629,7 @@ msgid "Notched right arrow"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/ms.po b/po/ms.po
index d89a0b1..2c6f061 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -5836,7 +5836,7 @@ msgid "Notched right arrow"
 msgstr "Anak panah kanan ditakik"
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr "Oktogon. Bentuk lapan sisi"
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/nb.po b/po/nb.po
index af27dd6..cf5ee49 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -1939,7 +1939,7 @@ msgid "Antialias:"
 msgstr "Fargeutjevning:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr ""
 
 #: ../app/preferences.c:222
@@ -7177,7 +7177,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "Heptagon. Syvsidet form"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Oktagon. Åttesidet form"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/ne.po b/po/ne.po
index 7603e8b..50a2ab7 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -6247,7 +6247,7 @@ msgid "Notched right arrow"
 msgstr "अविछिन्न दायाँ बाँण"
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr "अष्ठभुज, आठ भुजा भएको आकार"
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/nl.po b/po/nl.po
index fe1bd41..f406bb5 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -5730,7 +5730,7 @@ msgid "Notched right arrow"
 msgstr "Gestippelde pijl naar rechts"
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr "Octogoon. Achtzijdige vorm"
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/nn.po b/po/nn.po
index 43ea8c4..72d5f3d 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -6081,7 +6081,7 @@ msgid "Notched right arrow"
 msgstr "Prikka pil"
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/oc.po b/po/oc.po
index 955c9c0..4200e78 100644
--- a/po/oc.po
+++ b/po/oc.po
@@ -1989,7 +1989,7 @@ msgid "Antialias:"
 msgstr "Anticrenelat :"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "PNG (anticrenelat)"
 
 #: ../app/preferences.c:222
@@ -7464,7 +7464,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "Heptagòn. Poligòn de sèt costats"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Octogòn. Forma de uèch costats"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/pa.po b/po/pa.po
index a5038ae..ddb4643 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -5124,7 +5124,7 @@ msgid "Notched right arrow"
 msgstr ""
 
 #: sheets/Assorted.sheet.in.h:22
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr ""
 
 #: sheets/Assorted.sheet.in.h:23
diff --git a/po/pl.po b/po/pl.po
index 558b2cc..80c0c0f 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -1775,7 +1775,7 @@ msgid "Antialias:"
 msgstr "Wygładzanie:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "zastosuj wygładzanie"
 
 #. Favored Filter
@@ -6620,7 +6620,7 @@ msgstr "Siedmiokąt. Kształt z siedmioma krawędziami"
 
 #: ../sheets/Assorted.sheet.in.h:16
 #, fuzzy
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Ośmiokąt. Kształt z ośmioma krawędziami"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/pt.po b/po/pt.po
index 8dcbae4..6254788 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -2021,7 +2021,7 @@ msgid "Antialias:"
 msgstr "Suavização:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "ver suavisado"
 
 #: ../app/preferences.c:222
@@ -7439,7 +7439,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "Hetágono. Forma de sete lados"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Octógono. Forma de oito lados"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 27844f4..4386e19 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -1922,7 +1922,7 @@ msgid "Antialias:"
 msgstr "Suavização:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "ver suavizado"
 
 #: ../app/preferences.c:222
@@ -7112,7 +7112,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "Heptágono. Forma de sete pontas"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Octágono. Forma de oito pontas"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/ro.po b/po/ro.po
index d81ba7e..d39ad14 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -1815,7 +1815,7 @@ msgid "Antialias:"
 msgstr "Antialias"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "Vizualizează cu antialias"
 
 # titlu pe chenar
@@ -6669,8 +6669,8 @@ msgid "Heptagon. Seven-point shape"
 msgstr "Heptagon. Formă cu șapte laturi"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
-msgstr "Octogon. Formă cu opt laturi"
+msgid "Octagon. Eight-point shape"
+msgstr "Octagon. Formă cu opt laturi"
 
 #: ../sheets/Assorted.sheet.in.h:17
 msgid "Horizontal parallelogram"
diff --git a/po/ru.po b/po/ru.po
index 6122c57..e50643f 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1814,7 +1814,7 @@ msgid "Antialias:"
 msgstr "_Сглаженный:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "Сглаженное представление"
 
 #. Favored Filter
@@ -6895,7 +6895,7 @@ msgstr "Зубчатая стрелка вправо"
 
 #: ../sheets/Assorted.sheet.in.h:27
 #, fuzzy
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Октогон. Восьмисторонний многогранник"
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/rw.po b/po/rw.po
index a6a38b8..d033de3 100644
--- a/po/rw.po
+++ b/po/rw.po
@@ -6529,7 +6529,7 @@ msgstr "Akambi Gatoboye Iburyo"
 
 #: ../sheets/Assorted.sheet.in.h:27
 #, fuzzy
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr "Imisusire"
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/sk.po b/po/sk.po
index 4567eb9..48d71a9 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -1778,7 +1778,7 @@ msgid "Antialias:"
 msgstr "Vyhladené:"
 
 #: ../app/preferences.c:217
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "zobraziť vyhladené"
 
 #. Favored Filter
@@ -6787,7 +6787,7 @@ msgid "Notched right arrow"
 msgstr "Pílovitá šípka doprava"
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr "Osemuholník: Tvar s ôsmimi stranami"
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/sl.po b/po/sl.po
index 68e4588..f1ccaec 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -1813,7 +1813,7 @@ msgid "Antialias:"
 msgstr "Glajenje robov:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "pokaži z zglajenimi robovi"
 
 #. Favored Filter
@@ -6726,7 +6726,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "Sedemkotnik. Sedemstrani lik"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Osemkotnik. Osemstrani lik"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/sq.po b/po/sq.po
index 3c68eb8..a3840fb 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -6056,7 +6056,7 @@ msgid "Notched right arrow"
 msgstr "djathtas shigjetë"
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/sr.po b/po/sr.po
index e978a5d..11b6428 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -1982,7 +1982,7 @@ msgid "Antialias:"
 msgstr "Умекшавање:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "Прикажи умекшано"
 
 #: ../app/preferences.c:222
@@ -7214,7 +7214,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "Хептагон. Седмоугаоник"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Октогон. Осмоугаоник"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/sr latin po b/po/sr latin po
index 9409ec5..3fc76a9 100644
--- a/po/sr latin po
+++ b/po/sr latin po
@@ -1982,7 +1982,7 @@ msgid "Antialias:"
 msgstr "Umekšavanje:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "Prikaži umekšano"
 
 #: ../app/preferences.c:222
@@ -7214,7 +7214,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "Heptagon. Sedmougaonik"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Oktogon. Osmougaonik"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/sv.po b/po/sv.po
index 944bb13..cbf2ffe 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1982,7 +1982,7 @@ msgid "Antialias:"
 msgstr "Kantutjämning:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "visa kantutjämnad"
 
 #: ../app/preferences.c:222
@@ -7322,7 +7322,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "Heptagon. Sjuuddig figur"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Oktogon. Åttauddig figur"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/th.po b/po/th.po
index f1e3358..3178e09 100644
--- a/po/th.po
+++ b/po/th.po
@@ -5609,7 +5609,7 @@ msgid "Notched right arrow"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/tr.po b/po/tr.po
index 65cd738..508e518 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -2078,7 +2078,7 @@ msgid "Antialias:"
 msgstr "_Düzeltmeli"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr ""
 
 #: ../app/preferences.c:222
@@ -7699,7 +7699,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "Yazıcıyı seç"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr ""
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/uk.po b/po/uk.po
index 8255c48..309a433 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -1993,7 +1993,7 @@ msgid "Antialias:"
 msgstr "Згладжування:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "згладжений перегляд"
 
 #: ../app/preferences.c:222
@@ -7177,7 +7177,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "Семикутник"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "Восьмикутник"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/vi.po b/po/vi.po
index 1b7bbbc..94d38e7 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -6589,7 +6589,7 @@ msgid "Notched right arrow"
 msgstr "Mũi tên phải có khía hình V"
 
 #: ../sheets/Assorted.sheet.in.h:27
-msgid "Octogon. Eight sided shape"
+msgid "Octagon. Eight sided shape"
 msgstr "Bát giác: tám cạnh"
 
 #: ../sheets/Assorted.sheet.in.h:28
diff --git a/po/zh_CN.po b/po/zh_CN.po
index bb47155..130f4c6 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1820,7 +1820,7 @@ msgid "Antialias:"
 msgstr "反锯齿:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "查看反锯齿化的对象"
 
 #. Favored Filter
@@ -6624,7 +6624,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "七边形。七点形状"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "八边形。八点形状"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/zh_HK.po b/po/zh_HK.po
index 03ab6be..86efc47 100644
--- a/po/zh_HK.po
+++ b/po/zh_HK.po
@@ -1757,7 +1757,7 @@ msgid "Antialias:"
 msgstr "平滑化:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "平滑化檢視"
 
 #. Favored Filter
@@ -6539,7 +6539,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "七邊形"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "八邊形"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 90896fa..18a6147 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -1760,7 +1760,7 @@ msgid "Antialias:"
 msgstr "平滑化:"
 
 #: ../app/preferences.c:216
-msgid "view antialised"
+msgid "view antialiased"
 msgstr "平滑化檢視"
 
 #. Favored Filter
@@ -6548,7 +6548,7 @@ msgid "Heptagon. Seven-point shape"
 msgstr "七邊形"
 
 #: ../sheets/Assorted.sheet.in.h:16
-msgid "Octogon. Eight-point shape"
+msgid "Octagon. Eight-point shape"
 msgstr "八邊形"
 
 #: ../sheets/Assorted.sheet.in.h:17
diff --git a/sheets/Assorted.sheet.in b/sheets/Assorted.sheet.in
index 1b591f9..f33433f 100644
--- a/sheets/Assorted.sheet.in
+++ b/sheets/Assorted.sheet.in
@@ -39,7 +39,7 @@ have been included to save users the effort of flipping them
 <object name="Geometric - Pentagon"><_description>Pentagon.  Five-point shape</_description></object>
 <object name="Geometric - Hexagon"><_description>Hexagon.  Six-point shape</_description></object>
 <object name="Geometric - Heptagon"><_description>Heptagon.  Seven-point shape</_description></object>
-<object name="Geometric - Octogon"><_description>Octogon.  Eight-point shape</_description></object>
+<object name="Geometric - Octagon"><_description>Octagon.  Eight-point shape</_description></object>
 <!-- Alan Horkan was here 2002 -->
 <object name="Geometric - Horizontal Parallelogram"><_description>Horizontal 
parallelogram</_description></object>
 <object name="Geometric - Vertical Parallelogram"><_description>Vertical 
parallelogram</_description></object>



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