diff options
-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>" |