diff --git a/src/config.py b/src/config.py
index 0e024b0ad7739ff84cbf656ee88b1693cf14e5ef..557efbed912e07e2aba38ed1b0835e103baf213e 100644
--- a/src/config.py
+++ b/src/config.py
@@ -2609,7 +2609,7 @@ class ManageBookmarksWindow:
 		self.print_status_combobox = self.xml.get_widget('print_status_combobox')
 		model = gtk.ListStore(str, str)
 
-                self.option_list = {'': _('Default'), 'all': _('?print_status:All'),
+		self.option_list = {'': _('Default'), 'all': _('?print_status:All'),
 			'in_and_out': _('Enter and leave only'), 'none': _('None')}
 		opts = self.option_list.keys()
 		opts.sort()