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

svn: r21078
This commit is contained in:
Benny Malengier 2013-01-11 22:50:42 +00:00
parent 80625063a0
commit f9305d9e7f

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):
"""