diff options
author | Brent Hull <[email protected]> | 2013-01-25 13:40:14 -0500 |
---|---|---|
committer | Brent Hull <[email protected]> | 2013-01-25 13:40:14 -0500 |
commit | cc8a689bdeb46b3c9fe8247a72b05c8d97762474 (patch) | |
tree | bc924a2c5961e629a55bd046765bc7c45e2b5ad0 /mate-dictionary/libgdict | |
parent | 1acc3477eeb71505d68b66ac7aa4a796f86fe69c (diff) | |
download | mate-utils-cc8a689bdeb46b3c9fe8247a72b05c8d97762474.tar.bz2 mate-utils-cc8a689bdeb46b3c9fe8247a72b05c8d97762474.tar.xz |
Add edit button for dictionary sources and fix typo
Diffstat (limited to 'mate-dictionary/libgdict')
-rw-r--r-- | mate-dictionary/libgdict/gdict-source.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mate-dictionary/libgdict/gdict-source.c b/mate-dictionary/libgdict/gdict-source.c index 97040a31..7c37d615 100644 --- a/mate-dictionary/libgdict/gdict-source.c +++ b/mate-dictionary/libgdict/gdict-source.c @@ -244,7 +244,7 @@ gdict_source_class_init (GdictSourceClass *klass) PROP_NAME, g_param_spec_string ("name", _("Name"), - _("The display name of this dictonary source"), + _("The display name of this dictionary source"), NULL, (G_PARAM_READABLE | G_PARAM_WRITABLE))); /** @@ -272,7 +272,7 @@ gdict_source_class_init (GdictSourceClass *klass) PROP_DATABASE, g_param_spec_string ("database", _("Database"), - _("The default database of this dictonary source"), + _("The default database of this dictionary source"), NULL, (G_PARAM_READABLE | G_PARAM_WRITABLE))); /** @@ -286,7 +286,7 @@ gdict_source_class_init (GdictSourceClass *klass) PROP_STRATEGY, g_param_spec_string ("strategy", _("Strategy"), - _("The default strategy of this dictonary source"), + _("The default strategy of this dictionary source"), NULL, (G_PARAM_READABLE | G_PARAM_WRITABLE))); /** |