install instructions for zbar. fixes #610
authorThomasV <thomasv@gitorious>
Thu, 12 Jun 2014 14:57:23 +0000 (16:57 +0200)
committerThomasV <thomasv@gitorious>
Thu, 12 Jun 2014 14:57:23 +0000 (16:57 +0200)
plugins/qrscanner.py

index 1e08d5c..d0e5d14 100644 (file)
@@ -23,7 +23,7 @@ class Plugin(BasePlugin):
 
     def fullname(self): return 'QR scans'
 
-    def description(self): return "QR Scans.\nInstall the zbar package (http://zbar.sourceforge.net/download.html) to enable this plugin"
+    def description(self): return "QR Scans.\nInstall the zbar package to enable this plugin.\nOn linux, type: 'apt-get install python-zbar'"
 
     def __init__(self, gui, name):
         BasePlugin.__init__(self, gui, name)