diff options
author | monsta <[email protected]> | 2016-02-15 11:01:18 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-02-15 11:01:18 +0300 |
commit | e2871b1e2c05bd8452c4b373ab804598464fe4ac (patch) | |
tree | 0ad6dbbe52c9bcb7afd055b450e2c13fd4b59f30 | |
parent | dc1033310a53712ec4d778aee468f8e490018126 (diff) | |
download | mate-panel-e2871b1e2c05bd8452c4b373ab804598464fe4ac.tar.bz2 mate-panel-e2871b1e2c05bd8452c4b373ab804598464fe4ac.tar.xz |
icon chooser: fix typo
-rw-r--r-- | mate-panel/libpanel-util/panel-icon-chooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/libpanel-util/panel-icon-chooser.c b/mate-panel/libpanel-util/panel-icon-chooser.c index 03d072f7..480fd8bd 100644 --- a/mate-panel/libpanel-util/panel-icon-chooser.c +++ b/mate-panel/libpanel-util/panel-icon-chooser.c @@ -207,7 +207,7 @@ panel_icon_chooser_class_init (PanelIconChooserClass *class) PROP_FALLBACK_ICON, g_param_spec_string ("fallback-icon-name", "Fallback Icon Name", - "Icon name of the icon displayed (but not returned) if the current icon does not exit", + "Icon name of the icon displayed (but not returned) if the current icon does not exist", NULL, G_PARAM_READWRITE | G_PARAM_CONSTRUCT)); |