summaryrefslogtreecommitdiff
path: root/nephilim
diff options
context:
space:
mode:
Diffstat (limited to 'nephilim')
-rw-r--r--nephilim/plugins/Systray.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nephilim/plugins/Systray.py b/nephilim/plugins/Systray.py
index c64defd..ed819bc 100644
--- a/nephilim/plugins/Systray.py
+++ b/nephilim/plugins/Systray.py
@@ -69,7 +69,7 @@ class Systray(Plugin):
if song:
self.o.setToolTip(expand_tags(self.format, (song,)))
else:
- self.o.setToolTip('mpclientpc not playing')
+ self.o.setToolTip('%s not playing'%APPNAME)
try:
curTime = (64*status['time'])/status['length']