2006-10-27 Don Allingham <don@gramps-project.org>
* src/GrampsCfg.py: remove unused online maps string * src/Editors/_EditRepoRef.py: fixed transation strings * src/Editors/_EditName.py: fixed transation strings * src/Editors/_EditChildRef.py: fixed transation strings * src/ScratchPad.py: fixed transation strings * help/C/gramps.xml: update * help/C/figures/prefs.png: update * help/C/figures/select-person.py: update svn: r7460
This commit is contained in:
@@ -494,12 +494,12 @@ class GrampsPreferences(ManagedWindow.ManagedWindow):
|
||||
2, Config.SPELLCHECK)
|
||||
self.add_checkbox(table, _('Display Tip of the Day'),
|
||||
3, Config.USE_TIPS)
|
||||
self.add_checkbox(table, _('Download maps online'),
|
||||
4, Config.ONLINE_MAPS)
|
||||
# self.add_checkbox(table, _('Download maps online'),
|
||||
# 4, Config.ONLINE_MAPS)
|
||||
self.add_checkbox(table, _('Use shading in Relationship View'),
|
||||
5, Config.RELATION_SHADE)
|
||||
4, Config.RELATION_SHADE)
|
||||
self.add_checkbox(table, _('Enable database transactions'),
|
||||
6, Config.TRANSACTIONS)
|
||||
5, Config.TRANSACTIONS)
|
||||
|
||||
return table
|
||||
|
||||
|
||||
Reference in New Issue
Block a user