libpurple/smiley-list.c

changeset 38548
46e985dde7a5
parent 38411
b7f2d7c563fb
child 39352
62bca2fe2e91
--- a/libpurple/smiley-list.c	Fri Jun 30 13:13:13 2017 -0500
+++ b/libpurple/smiley-list.c	Fri Jun 30 13:14:08 2017 -0500
@@ -138,7 +138,7 @@
 	obj_class->finalize = purple_smiley_list_finalize;
 
 	properties[PROP_DROP_FAILED_REMOTES] = g_param_spec_boolean(
-		"drop-failed-remotes", "Drop failed PurpleRemoteSmileys",
+		"drop-failed-remotes", "Drop failed remote PurpleSmileys",
 		"Watch added remote smileys and remove them from the list, "
 		"if they change their state to failed", FALSE,
 		G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS);

mercurial