* src/GrampsCfg/py: move and rename tabs, change Prefixes for Formats

svn: r6444
This commit is contained in:
Don Allingham 2006-04-26 03:46:33 +00:00
parent be93dc3abf
commit d2c2a5d13b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
2006-04-25 Don Allingham <don@gramps-project.org>
* src/GrampsCfg/py: move and rename tabs
* src/GrampsCfg/py: move and rename tabs, change Prefixes for Formats
* src/ViewManager.py: new config changes, handle exception
* src/GrampsCfg.py: new config changes
* src/Config/gen_schema_keys.py: new config changes

View File

@ -107,7 +107,7 @@ class GrampsPreferences(ManagedWindow.ManagedWindow):
panel.append_page(self.add_formats_panel(),
MarkupLabel("<b>%s</b>" % _('Display')))
panel.append_page(self.add_prefix_panel(),
MarkupLabel("<b>%s</b>" % _('ID Prefixes')))
MarkupLabel("<b>%s</b>" % _('ID Formats')))
panel.append_page(self.add_advanced_panel(),
MarkupLabel("<b>%s</b>" % _('Warnings')))
panel.append_page(self.add_researcher_panel(),