diff --git a/src/etc/inc/plugins.inc b/src/etc/inc/plugins.inc index e00ee855d..aee8335cd 100644 --- a/src/etc/inc/plugins.inc +++ b/src/etc/inc/plugins.inc @@ -229,7 +229,7 @@ function plugins_xmlrpc_sync() if (!empty($helper['id']) && !empty($helper['section'])) { $sync_settings[$helper['id']] = $helper; if (empty($helper['help'])) { - $sync_settings[$helper['id']]['help'] = sprintf(gettext('Automatically synchronize the %s configuration to the other HA host when changes are made.'), $helper['description']); + $sync_settings[$helper['id']]['help'] = sprintf(gettext('Synchronize the %s configuration to the other HA host.'), $helper['description']); } unset($sync_settings[$helper['id']]['id']); } diff --git a/src/www/system_hasync.php b/src/www/system_hasync.php index 5e310cf4e..291c245cf 100644 --- a/src/www/system_hasync.php +++ b/src/www/system_hasync.php @@ -197,7 +197,10 @@ include("head.inc");
| = gettext('Configuration Synchronization Settings (XMLRPC Sync)') ?> | ++ = gettext('Configuration Synchronization Settings (XMLRPC Sync)') ?> + =gettext("Perform synchronization");?> + | ||
| = gettext('Synchronize Config to IP') ?> | @@ -243,7 +246,7 @@ include("head.inc");
/>
- =gettext('Automatically sync the users and groups over to the other HA host when changes are made.') ?>
+ =gettext('Synchronize the users and groups over to the other HA host.') ?>
|
/>
- =gettext('Automatically sync the authentication servers (e.g. LDAP, RADIUS) over to the other HA host when changes are made.') ?>
+ =gettext('Synchronize the authentication servers (e.g. LDAP, RADIUS) over to the other HA host.') ?>
|
@@ -261,7 +264,7 @@ include("head.inc");
/>
- =gettext('Automatically sync the Certificate Authorities, Certificates, and Certificate Revocation Lists over to the other HA host when changes are made.') ?>
+ =gettext('Synchronize the Certificate Authorities, Certificates, and Certificate Revocation Lists over to the other HA host.') ?>
|
@@ -270,7 +273,7 @@ include("head.inc");
/>
- =gettext('Automatically sync the firewall rules to the other HA host when changes are made.') ?>
+ =gettext('Synchronize the firewall rules to the other HA host.') ?>
|
@@ -279,7 +282,7 @@ include("head.inc");
/>
- =gettext('Automatically sync the firewall schedules to the other HA host when changes are made.') ?>
+ =gettext('Synchronize the firewall schedules to the other HA host.') ?>
|
@@ -288,7 +291,7 @@ include("head.inc");
/>
- =gettext('Automatically sync the aliases over to the other HA host when changes are made.') ?>
+ =gettext('Synchronize the aliases over to the other HA host.') ?>
|
@@ -297,7 +300,7 @@ include("head.inc");
/>
- =gettext('Automatically sync the NAT rules over to the other HA host when changes are made.') ?>
+ =gettext('Synchronize the NAT rules over to the other HA host.') ?>
|
@@ -306,7 +309,7 @@ include("head.inc");
/>
- =gettext('Automatically sync the DHCP Server settings over to the other HA host when changes are made. This only applies to DHCP for IPv4.') ?>
+ =gettext('Synchronize the DHCP Server settings over to the other HA host. This only applies to DHCP for IPv4.') ?>
|
@@ -315,7 +318,7 @@ include("head.inc");
/>
- =gettext('Automatically sync the Static Route configuration to the other HA host when changes are made.') ?>
+ =gettext('Synchronize the Static Route configuration to the other HA host.') ?>
|
@@ -324,7 +327,7 @@ include("head.inc");
/>
- =gettext('Automatically sync the CARP Virtual IPs to the other HA host when changes are made.') ?>
+ =gettext('Synchronize the CARP Virtual IPs to the other HA host.') ?>
|