From a1b20d4b9ddbb680444f5431a87fe2abb83b7c2f Mon Sep 17 00:00:00 2001 From: prculley Date: Tue, 2 Aug 2016 16:12:32 -0500 Subject: [PATCH] Fix long line (pylint) --- gramps/gui/configure.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gramps/gui/configure.py b/gramps/gui/configure.py index 6b7eea7f0..cf80e2431 100644 --- a/gramps/gui/configure.py +++ b/gramps/gui/configure.py @@ -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