Fix long line (pylint)

This commit is contained in:
prculley 2016-08-02 16:12:32 -05:00
parent 30a6f4267b
commit a1b20d4b9d

View File

@ -1294,7 +1294,8 @@ class GrampsPreferences(ConfigureDialog):
current_line = 0
if win():
self.add_checkbox(grid,
_('Use alternate Font handler for GUI and Reports (requires restart)'),
_('Use alternate Font handler for GUI and Reports '
'(requires restart)'),
current_line, 'preferences.alternate-fonthandler')
current_line += 1