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