summaryrefslogtreecommitdiffstats
path: root/usr/local/www/carp_status.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2014-04-15 13:26:40 -0400
committerjim-p <jimp@pfsense.org>2014-04-15 13:26:40 -0400
commitf7b0cd435588e4d96ee54da77837f0e511ba449c (patch)
tree87b1ed4b871d5b3cc3794d28a7c7d91b68e64de3 /usr/local/www/carp_status.php
parent5c4d2d756798c314e9495355eba2f195fb464603 (diff)
downloadpfsense-f7b0cd435588e4d96ee54da77837f0e511ba449c.zip
pfsense-f7b0cd435588e4d96ee54da77837f0e511ba449c.tar.gz
Fix text, capitalization, and change wording to put more focus on how the action behaves.
Diffstat (limited to 'usr/local/www/carp_status.php')
-rw-r--r--usr/local/www/carp_status.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index 26dbc5c..f050452 100644
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -117,15 +117,15 @@ include("head.inc");
if($carpcount > 0) {
if($status == false) {
$carp_enabled = false;
- echo "<input type=\"submit\" name=\"disablecarp\" id=\"disablecarp\" value=\"" . gettext("Enable Carp") . "\">";
+ echo "<input type=\"submit\" name=\"disablecarp\" id=\"disablecarp\" value=\"" . gettext("Enable CARP") . "\">";
} else {
$carp_enabled = true;
- echo "<input type=\"submit\" name=\"disablecarp\" id=\"disablecarp\" value=\"" . gettext("Disable Carptemporarily") . "\">";
+ echo "<input type=\"submit\" name=\"disablecarp\" id=\"disablecarp\" value=\"" . gettext("Temporarily Disable CARP") . "\">";
}
if(isset($config["virtualip_carp_maintenancemode"])) {
- echo "<input type=\"submit\" name=\"carp_maintenancemode\" id=\"carp_maintenancemode\" value=\"" . gettext("Leave Carp maintenance mode now and on reboot") . "\">";
+ echo "<input type=\"submit\" name=\"carp_maintenancemode\" id=\"carp_maintenancemode\" value=\"" . gettext("Leave Persistent CARP Maintenance Mode") . "\">";
} else {
- echo "<input type=\"submit\" name=\"carp_maintenancemode\" id=\"carp_maintenancemode\" value=\"" . gettext("Enter Carp maintenance mode now and on reboot") . "\">";
+ echo "<input type=\"submit\" name=\"carp_maintenancemode\" id=\"carp_maintenancemode\" value=\"" . gettext("Enter Persistent CARP Maintenance Mode") . "\">";
}
}
?>
OpenPOWER on IntegriCloud