diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-02 09:45:35 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-02 09:45:35 +0200 |
commit | d473a1a20772798cd546bc441a11277d7a826241 (patch) | |
tree | ceb8cca4659440cf89390deedad49596d4816760 /config.def.h | |
parent | update copyright for 2020 (diff) | |
download | mpd-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.h | 2 |
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>" |