From 46f9aa5ff0df7a3b05ffc36f5cc0bf263889fa9b Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Thu, 27 Mar 2008 14:34:47 +0000 Subject: Updated the looks and added som boot information git-svn-id: svn://svn.alpinelinux.org/acf/opennhrp/trunk@847 ab2d0c66-481e-0410-8bed-d214d4d58bed --- opennhrp-model.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/opennhrp-model.lua b/opennhrp-model.lua index 42034d9..1a95fa6 100644 --- a/opennhrp-model.lua +++ b/opennhrp-model.lua @@ -15,10 +15,10 @@ local type_status = { ['incomplete']="The protocol address is being resolved", ['negative']="This protocol address is not available", ['cached']="Protocol address was resolved successfully", - ['route']="this is a dynamic shortcut", - ['dynamic']="only in core branches, the entry is from a node that connected to us", - ['local']="local interface address", - ['static']="static mapping from configuration file (e.g. address of core)", + ['route']="This is a dynamic shortcut", + ['dynamic']="This entry is from a node that connected to us", + ['local']="Local interface address", + ['static']="Static mapping from configuration file (e.g. address of core)", } local function get_version() -- cgit v1.2.3