aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-06-07 18:54:05 +0000
committerColin Smith <colin@pfsense.org>2005-06-07 18:54:05 +0000
commitfe6ff9c2fa2009144c72de8653f23b41839184cb (patch)
treefdffb1f4c7645a870494cc9e310a301266d8f484 /packages
parent31cba31abe0bd0eda2fd0fec34b6770bf02745c9 (diff)
downloadpfsense-packages-fe6ff9c2fa2009144c72de8653f23b41839184cb.tar.gz
pfsense-packages-fe6ff9c2fa2009144c72de8653f23b41839184cb.tar.bz2
pfsense-packages-fe6ff9c2fa2009144c72de8653f23b41839184cb.zip
Proofreading.
Diffstat (limited to 'packages')
-rw-r--r--packages/carp_status.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/carp_status.php b/packages/carp_status.php
index 13bf190f..1de0a2d1 100644
--- a/packages/carp_status.php
+++ b/packages/carp_status.php
@@ -44,9 +44,9 @@ if($_POST['disablecarp'] <> "") {
mwexec("/sbin/ifconfig carp{$x} down");
mwexec("/sbin/ifconfig carp{$x} destroy");
}
- $savemsg = "{$carp_counter} ip's have been disabled.";
+ $savemsg = "{$carp_counter} IPs have been disabled.";
} else {
- $savemsg = "Carp has been enabled.";
+ $savemsg = "CARP has been enabled.";
mwexec("/sbin/sysctl net.inet.carp.allow=1");
interfaces_carp_configure();
interfaces_carp_bringup();