[goffice] Fix typos in strings



commit 085012d860487f705fb7a6b7cd23c5ea1e172fd4
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date:   Sat Jan 10 12:38:20 2015 +0100

    Fix typos in strings

 goffice/graph/gog-axis.c    |    2 +-
 goffice/gtk/go-font-sel.c   |    2 +-
 goffice/gtk/go-locale-sel.c |    2 +-
 goffice/utils/formats.c     |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/goffice/graph/gog-axis.c b/goffice/graph/gog-axis.c
index 632daa2..b887918 100644
--- a/goffice/graph/gog-axis.c
+++ b/goffice/graph/gog-axis.c
@@ -3503,7 +3503,7 @@ gog_axis_class_init (GObjectClass *gobject_klass)
                    0.01, 100., 1.,
                        GSF_PARAM_STATIC | G_PARAM_READWRITE | GO_PARAM_PERSISTENT));
        g_object_class_install_property (gobject_klass, AXIS_PROP_REF_AXIS,
-               g_param_spec_string ("metrics-unit", _("Matrics Unit"),
+               g_param_spec_string ("metrics-unit", _("Metrics Unit"),
                        _("The unit symbol for the absolute distance unit between ticks. Might be \"cm\" or 
\"in\""),
                        "cm",
                        GSF_PARAM_STATIC | G_PARAM_READWRITE | GO_PARAM_PERSISTENT));
diff --git a/goffice/gtk/go-font-sel.c b/goffice/gtk/go-font-sel.c
index 0339905..6aed2e4 100644
--- a/goffice/gtk/go-font-sel.c
+++ b/goffice/gtk/go-font-sel.c
@@ -1229,7 +1229,7 @@ gfs_class_init (GObjectClass *klass)
                (klass, PROP_COLOR_UNSET_TEXT,
                 g_param_spec_string ("color-unset-text",
                                      _("Color unset text"),
-                                     _("The text to show for selecing no color"),
+                                     _("The text to show for selecting no color"),
                                      NULL,
                                      G_PARAM_READWRITE |
                                      G_PARAM_CONSTRUCT_ONLY));
diff --git a/goffice/gtk/go-locale-sel.c b/goffice/gtk/go-locale-sel.c
index 89fe4b1..2378327 100644
--- a/goffice/gtk/go-locale-sel.c
+++ b/goffice/gtk/go-locale-sel.c
@@ -200,7 +200,7 @@ static LocaleInfo locale_trans_array[] = {
        {N_("Iran (fa_IR)"),                             "fa_IR", LG_MIDDLE_EAST },
        {N_("Senegal/Fulah (ff_SN)"),                    "ff_SN", LG_AFRICA },
        {N_("Finland/Finnish (fi_FI)"),                  "fi_FI", LG_WESTERN_EUROPE },
-       {N_("Phillipines/Filipino (fil_PH)"),            "fil_PH", LG_ASIA },
+       {N_("Philippines/Filipino (fil_PH)"),            "fil_PH", LG_ASIA },
        {N_("Faroe Islands (fo_FO)"),                    "fo_FO", LG_WESTERN_EUROPE },
        {N_("Belgium/French (fr_BE)"),                   "fr_BE", LG_WESTERN_EUROPE },
        {N_("Canada/French (fr_CA)"),                    "fr_CA", LG_NORTH_AMERICA },
diff --git a/goffice/utils/formats.c b/goffice/utils/formats.c
index c5dabb3..dd8e7c1 100644
--- a/goffice/utils/formats.c
+++ b/goffice/utils/formats.c
@@ -544,7 +544,7 @@ static GOFormatCurrency const _go_format_currencies_table[] =
        { "[$XAF]",     N_("Communaute Financiere Africaine BEAC, Francs"), TRUE, TRUE},
        { "[$XAG]",     N_("Silver, Ounces"), TRUE, TRUE },
        { "[$XAU]",     N_("Gold, Ounces"), TRUE, TRUE },
-       { "[$XBA]",     N_("Bond Markets Units, European Coposite Units (EURCO)"), TRUE, TRUE },
+       { "[$XBA]",     N_("Bond Markets Units, European Composite Units (EURCO)"), TRUE, TRUE },
        { "[$XBB]",     N_("European Monetary Units (E.M.U.-6)"), TRUE, TRUE },
        { "[$XBC]",     N_("European Units of Account 9 (E.U.A.-9)"), TRUE, TRUE },
        { "[$XBD]",     N_("European Units of Account 17 (E.U.A.-17)"), TRUE, TRUE },


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