6310: Warning dialog "No Home Person" should be helpful and more descriptive

svn: r21079
This commit is contained in:
Benny Malengier 2013-01-11 22:52:27 +00:00
parent d6f66f3856
commit 9c9cb508ed

View File

@ -334,7 +334,11 @@ class NavigationView(PageView):
else:
from ..dialog import WarningDialog
WarningDialog(_("No Home Person"),
_("You need to set a 'default person' to go to."))
_("You need to set a 'default person' to go to. "
"Select the People View, select the person you want as "
"'Home Person', then confirm your choice "
"via the menu Edit ->Set Home Person."),
parent=self.uistate.window)
def jump(self):
"""