Index: /branches/rel_ag_9_4_5/ui/backend/sys_tool.c
===================================================================
--- /branches/rel_ag_9_4_5/ui/backend/sys_tool.c	(revision 20301)
+++ /branches/rel_ag_9_4_5/ui/backend/sys_tool.c	(working copy)
@@ -632,7 +632,7 @@
 	{
 	write_node_destip,
 	CMD_NORMAL|CMD_ARRAYOS|CMD_SPROXY|CMD_GLOBAL,
-	"#destination IP configuration" 	
+	"#destip configuration" 	
     },
     {
 	write_system_timezone,
Index: /branches/rel_ag_9_4_5/ui/node_man/node_cmd.c
===================================================================
--- /branches/rel_ag_9_4_5/ui/node_man/node_cmd.c	(revision 20301)
+++ /branches/rel_ag_9_4_5/ui/node_man/node_cmd.c	(working copy)
@@ -1090,7 +1090,7 @@
 
 	len = strlen(buf);
 	if (strlen(local_node_private->hostdestip[1]) > 0)
-	    snprintf(buf + len, total_len - len, "destination IP %s\n", 
+	    snprintf(buf + len, total_len - len, "destip %s\n", 
 		     local_node_private->hostdestip[1] );
     
     return buf;
