* src/Spell.py: give more intelligent error message if spelling
checker is not found. * src/plugins/DescendChart.py: fixed type detection to handle both unicode and str. svn: r5297
This commit is contained in:
@@ -48,7 +48,7 @@ try:
|
||||
success = True
|
||||
|
||||
except ImportError, msg:
|
||||
print "Spell.py: ", msg
|
||||
print _("Spelling checker is not installed")
|
||||
except RuntimeError,msg:
|
||||
print "Spell.py: ", msg
|
||||
except SystemError,msg:
|
||||
|
||||
Reference in New Issue
Block a user