aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2016-03-15 08:18:21 +0100
committerGravatar Christian Hesse <mail@eworm.de>2016-03-15 08:18:21 +0100
commit6457fb8d8248278bbb787cd0d044a566bb8c08b4 (patch)
treefe1f422687eaf4fe6e038cc4ab25865c43d6264e /config.def.h
parent51cf874659a511382484e5468b95aafeff06ede6 (diff)
downloadmpd-notification-6457fb8d8248278bbb787cd0d044a566bb8c08b4.tar.gz
mpd-notification-6457fb8d8248278bbb787cd0d044a566bb8c08b4.tar.zst
update comment to match the code
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index feda7f8..e574e37 100644
--- a/config.def.h
+++ b/config.def.h
@@ -15,8 +15,7 @@
#define ICON_AUDIO_X_GENERIC "audio-x-generic"
/* strings used to display notification messages
- * TEXT_PLAY needs to include three '%s', in order:
- * title, artist, album */
+ * TEXT_PLAY_* need to include one string modifier '%s' each. */
#define TEXT_TOPIC "MPD Notification"
#define TEXT_PLAY_TITLE "Playing <b>%s</b>"
#define TEXT_PLAY_ARTIST "\nby <i>%s</i>"