diff options
author | Christian Hesse <mail@eworm.de> | 2016-03-15 08:18:21 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-03-15 08:18:21 +0100 |
commit | 6457fb8d8248278bbb787cd0d044a566bb8c08b4 (patch) | |
tree | fe1f422687eaf4fe6e038cc4ab25865c43d6264e | |
parent | 51cf874659a511382484e5468b95aafeff06ede6 (diff) | |
download | mpd-notification-6457fb8d8248278bbb787cd0d044a566bb8c08b4.tar.gz mpd-notification-6457fb8d8248278bbb787cd0d044a566bb8c08b4.tar.zst |
update comment to match the code
-rw-r--r-- | config.def.h | 3 |
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>" |