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