diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-01 00:22:10 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-01 00:22:10 +0200 |
commit | fb7850b74d9f51062d0e80165a402072cb1a476a (patch) | |
tree | 193ad874281df0e1a617f760bc5cbdab0b57ad48 | |
parent | 640d382dd43d91f705938a0b7228c712f2e07d56 (diff) | |
download | pfsense-packages-fb7850b74d9f51062d0e80165a402072cb1a476a.tar.gz pfsense-packages-fb7850b74d9f51062d0e80165a402072cb1a476a.tar.bz2 pfsense-packages-fb7850b74d9f51062d0e80165a402072cb1a476a.zip |
Improve some descriptions, nuke useless tags that do not show in rowhelpers
-rwxr-xr-x | config/squid3/34/squid_sync.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/config/squid3/34/squid_sync.xml b/config/squid3/34/squid_sync.xml index 29585dd8..60e1190c 100755 --- a/config/squid3/34/squid_sync.xml +++ b/config/squid3/34/squid_sync.xml @@ -42,7 +42,7 @@ ]]> </copyright> <name>squidsync</name> - <version>0.3.5</version> + <version>0.3.7</version> <title>Proxy server: XMLRPC Sync</title> <include_file>/usr/local/pkg/squid.inc</include_file> <tabs> @@ -109,12 +109,12 @@ <field> <fielddescr>Sync Timeout</fielddescr> <fieldname>synctimeout</fieldname> - <description>Select sync max wait time.</description> + <description>XMLRPC timeout in seconds.</description> <type>select</type> <required/> <default_value>250</default_value> <options> - <option><name>250 seconds(Default)</name><value>250</value></option> + <option><name>250 seconds (Default)</name><value>250</value></option> <option><name>120 seconds</name><value>120</value></option> <option><name>90 seconds</name><value>90</value></option> <option><name>60 seconds</name><value>60</value></option> @@ -129,14 +129,12 @@ <rowhelperfield> <fielddescr>IP Address</fielddescr> <fieldname>ipaddress</fieldname> - <description>IP address of remote server.</description> <type>input</type> <size>20</size> </rowhelperfield> <rowhelperfield> - <fielddescr>Password</fielddescr> + <fielddescr>Password (admin)</fielddescr> <fieldname>password</fieldname> - <description>Password for remote server.</description> <type>password</type> <size>20</size> </rowhelperfield> |