This commit is contained in:
Frode Woldsund 2010-06-07 00:44:49 +02:00
parent 23ac93019a
commit b7d4f537e5

View File

@ -372,7 +372,7 @@ class ThemeManager(QtGui.QWidget):
except IOError:
QtGui.QMessageBox.critical(
self, translate(u'ThemeManager', u'Error'),
translate(u'ThemeManager', u'File is not a valid theme.'),
translate(u'ThemeManager', u'File is not a valid theme.'))
log.exception(u'Importing theme from zip file failed %s' % filename)
finally:
if zip: