s.addremove = false;
o = s.option(form.Value, 'router_id', _('Router ID'),
- _('String identifying the machine (doesn\'t have to be hostname)'));
+ _('String identifying the machine (need not be hostname)'));
o.optional = true;
o.placeholder = 'OpenWrt';
s = m.section(form.GridSection, 'static_ipaddress', _('Static IP Addresses'),
_('Static Addresses are not moved by vrrpd, they stay on the machine.') + '<br/>' +
- _('If you already have IPs on your machines and your machines can ping each other, you don\'t need this section'));
+ _('If your systems already have IPs and they can ping each other, you do not need this section'));
s.anonymous = true;
s.addremove = true;
s.nodescriptions = true;
var s, o;
s = m.section(form.GridSection, 'route', _('Routes'),
- _('Routes would be refereenced into Static and Virtual Routes of VRRP instances'));
+ _('Routes would be referenced into Static and Virtual Routes of VRRP instances'));
s.anonymous = true;
s.addremove = true;
s.nodescriptions = true;