summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gpscap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpscap.py b/gpscap.py
index 2a92e28b..9bb06309 100644
--- a/gpscap.py
+++ b/gpscap.py
@@ -132,7 +132,7 @@ class GPSDictionary(ConfigParser.RawConfigParser):
elif self.get(dev, "rating") == "broken":
testfield += "<img title='Device is broken' src='bomb.png' alt='Bomb icon'>"
if self.has_option(dev, "usbchip") and self.get(dev, "usbchip") in hotpluggables:
- testfield += "<img src='hotplug.png' alt='Hotplug icon'>"
+ testfield += "<img title='udev hotplug' src='hotplug.png' alt='Hotplug icon'>"
ofp.write("<td>%s</td>\n" % testfield)
nmea = "&nbsp;"
if self.has_option(dev, "nmea"):