summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--opennhrp-model.lua8
1 files 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()