Merge "Fix help string for Host routes"

This commit is contained in:
Jenkins 2013-09-02 18:51:28 +00:00 committed by Gerrit Code Review
commit 780fbfb666
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ class CreateSubnetDetailAction(workflows.Action):
label=_("Host Routes"),
help_text=_("Additional routes announced to the hosts. "
"Each entry is <destination_cidr>,<nexthop> "
"(e.g., 192.168.200.0/24,10.56.1.254)"
"(e.g., 192.168.200.0/24,10.56.1.254) "
"and one entry per line."),
required=False)