6310: Warning dialog "No Home Person" should be helpful and more descriptive
svn: r21079
This commit is contained in:
parent
d6f66f3856
commit
9c9cb508ed
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user