aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2016-01-04 10:11:18 -0600
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-28 10:17:14 +0200
commit1d9e1e532b6e52c974a6889706e02a500290ea51 (patch)
tree94ea7cc3d1515d71fb5b85a1625d8b7866d1531e
parent27122e92856bbe4efcdfc4975b46a0c6dee67cb9 (diff)
downloadayatana-indicator-power-1d9e1e532b6e52c974a6889706e02a500290ea51.tar.gz
ayatana-indicator-power-1d9e1e532b6e52c974a6889706e02a500290ea51.tar.bz2
ayatana-indicator-power-1d9e1e532b6e52c974a6889706e02a500290ea51.zip
fix copy-paste typo
-rw-r--r--src/notifier.c2
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);