This commit is contained in:
Kovid Goyal 2008-06-02 07:39:19 -07:00
parent e2810c4b50
commit b9609c9b85

View File

@ -39,7 +39,7 @@ class Matches(QAbstractTableModel):
elif section == 3: text = _("Publisher")
elif section == 4: text = _("ISBN")
return QVariant(self.trUtf8(text))
return QVariant(text)
else:
return QVariant(section+1)