aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-05-02 09:45:35 +0200
committerJoe <bousset.rudy@gmail.com>2022-05-02 09:45:35 +0200
commitd473a1a20772798cd546bc441a11277d7a826241 (patch)
treeceb8cca4659440cf89390deedad49596d4816760 /config.def.h
parentupdate copyright for 2020 (diff)
downloadmpd-notification-d473a1a20772798cd546bc441a11277d7a826241.tar.gz
mpd-notification-d473a1a20772798cd546bc441a11277d7a826241.tar.bz2
mpd-notification-d473a1a20772798cd546bc441a11277d7a826241.tar.xz
mpd-notification-d473a1a20772798cd546bc441a11277d7a826241.tar.zst
mpd-notification-d473a1a20772798cd546bc441a11277d7a826241.zip
My version
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 54ffaf8..af8540d 100644
--- a/config.def.h
+++ b/config.def.h
@@ -16,7 +16,7 @@
/* strings used to display notification messages
* TEXT_PLAY_* need to include one string modifier '%s' each. */
-#define TEXT_TOPIC "MPD Notification"
+#define TEXT_TOPIC "MPD"
#define TEXT_PLAY_PAUSE_STATE "%s "
#define TEXT_PLAY_PAUSE_TITLE "<b>%s</b>"
#define TEXT_PLAY_PAUSE_ARTIST "by <i>%s</i>"