diff options
-rw-r--r-- | src/notifier.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |