diff options
author | waker <wakeroid@gmail.com> | 2010-11-06 22:06:38 +0100 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2010-11-06 22:06:38 +0100 |
commit | eb437b647baba4ef6a8afcf18ef5af0867a22d63 (patch) | |
tree | 7b6479478099cc23ad6d605e28d41bd1a8fed6e4 /plugins/notify | |
parent | 2f69394c564c9c8b30e5b523c310cda9624c5500 (diff) |
fixed descriptions of some plugins
Diffstat (limited to 'plugins/notify')
-rw-r--r-- | plugins/notify/notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/notify/notify.c b/plugins/notify/notify.c index ba7daa92..3e66b7cb 100644 --- a/plugins/notify/notify.c +++ b/plugins/notify/notify.c @@ -192,7 +192,7 @@ DB_misc_t plugin = { .plugin.version_minor = 0, .plugin.id = "notify", .plugin.name = "OSD Notify", - .plugin.descr = "notification daemon OSD", + .plugin.descr = "Displays notifications on track changes using system notification daemon", .plugin.author = "Alexey Yakovenko", .plugin.email = "waker@users.sourceforge.net", .plugin.website = "http://deadbeef.sourceforge.net", |