aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2016-04-01 09:26:47 +0200
committerGravatar Christian Hesse <mail@eworm.de>2016-04-01 09:26:47 +0200
commitcb6b3750228ae4041a254e344fb24dbd50f38434 (patch)
treed8a5ff41e8e1115d4ab06865f011e066e84be68e /config.def.h
parent6457fb8d8248278bbb787cd0d044a566bb8c08b4 (diff)
downloadmpd-notification-cb6b3750228ae4041a254e344fb24dbd50f38434.tar.gz
mpd-notification-cb6b3750228ae4041a254e344fb24dbd50f38434.tar.zst
Allow one line notifications
This is related to #9.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index e574e37..f10e131 100644
--- a/config.def.h
+++ b/config.def.h
@@ -18,8 +18,8 @@
* 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>"
-#define TEXT_PLAY_ALBUM "\nfrom <i>%s</i>"
+#define TEXT_PLAY_ARTIST "by <i>%s</i>"
+#define TEXT_PLAY_ALBUM "from <i>%s</i>"
#define TEXT_PAUSE "Paused playback"
#define TEXT_STOP "Stopped playback"
#define TEXT_NONE "No action received yet."