From 1d9e1e532b6e52c974a6889706e02a500290ea51 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 4 Jan 2016 10:11:18 -0600 Subject: fix copy-paste typo --- src/notifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notifier.c b/src/notifier.c index 4b7aede..93ab461 100644 --- a/src/notifier.c +++ b/src/notifier.c @@ -548,7 +548,7 @@ indicator_power_notifier_class_init (IndicatorPowerNotifierClass * klass) properties[PROP_SOUND_PLAYER] = g_param_spec_object ( PROP_SOUND_PLAYER_NAME, "Sound Player", - "The current battery", + "The current sound player", G_TYPE_OBJECT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); -- cgit v1.2.3