diff --git a/src/gui/editors/editpersonref.py b/src/gui/editors/editpersonref.py index ec01393d3..1fbdc4dc7 100644 --- a/src/gui/editors/editpersonref.py +++ b/src/gui/editors/editpersonref.py @@ -60,7 +60,7 @@ from glade import Glade #------------------------------------------------------------------------- class EditPersonRef(EditSecondary): """ - Displays a dialog that allows the user to edit an address. + Displays a dialog that allows the user to edit a person reference. """ def __init__(self, dbstate, uistate, track, addr, callback):