summaryrefslogtreecommitdiff
path: root/mate-panel/libpanel-util/panel-icon-chooser.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-02-15 11:01:18 +0300
committermonsta <[email protected]>2016-02-15 11:01:18 +0300
commite2871b1e2c05bd8452c4b373ab804598464fe4ac (patch)
tree0ad6dbbe52c9bcb7afd055b450e2c13fd4b59f30 /mate-panel/libpanel-util/panel-icon-chooser.c
parentdc1033310a53712ec4d778aee468f8e490018126 (diff)
downloadmate-panel-e2871b1e2c05bd8452c4b373ab804598464fe4ac.tar.bz2
mate-panel-e2871b1e2c05bd8452c4b373ab804598464fe4ac.tar.xz
icon chooser: fix typo
Diffstat (limited to 'mate-panel/libpanel-util/panel-icon-chooser.c')
-rw-r--r--mate-panel/libpanel-util/panel-icon-chooser.c2
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));