diff options
author | jim-p <jimp@pfsense.org> | 2012-11-16 14:50:31 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-11-16 14:50:31 -0500 |
commit | 443b634d759b51afdcce1f1bfa3e14abdb9ba961 (patch) | |
tree | d06a7c26088370f35aaf9c9d64ce55d998a76814 /config/sarg | |
parent | 8e14756dfd9b22bf4d1bc1d7275403072bfcae07 (diff) | |
download | pfsense-packages-443b634d759b51afdcce1f1bfa3e14abdb9ba961.tar.gz pfsense-packages-443b634d759b51afdcce1f1bfa3e14abdb9ba961.tar.bz2 pfsense-packages-443b634d759b51afdcce1f1bfa3e14abdb9ba961.zip |
Fix typos
Diffstat (limited to 'config/sarg')
-rw-r--r-- | config/sarg/sarg.inc | 2 | ||||
-rw-r--r-- | config/sarg/sarg_schedule.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/sarg/sarg.inc b/config/sarg/sarg.inc index a6dbb081..5d0a91a5 100644 --- a/config/sarg/sarg.inc +++ b/config/sarg/sarg.inc @@ -71,7 +71,7 @@ function sarg_resync() { global $config; if (($_POST['Submit'] == 'Save') || !isset($_POST['Submit'])) sync_package_sarg(); - if ($_POST['Submit'] == 'Force udpate now') + if ($_POST['Submit'] == 'Force update now') run_sarg(); } diff --git a/config/sarg/sarg_schedule.xml b/config/sarg/sarg_schedule.xml index 4a7309af..0c452335 100644 --- a/config/sarg/sarg_schedule.xml +++ b/config/sarg/sarg_schedule.xml @@ -153,7 +153,7 @@ <size>5</size> <description><![CDATA[How often extract users from active directory and verify changes<br> Valid options are minutes(m), hours(h), days(d)<br> - Sample: To update every hour, use 1h<br><br>]]><input type="submit" name="Submit" value="Force udpate now"><br></description> + Sample: To update every hour, use 1h<br><br>]]><input type="submit" name="Submit" value="Force update now"><br></description> <required/> </field> <field> @@ -221,4 +221,4 @@ <custom_php_resync_config_command> sarg_resync(); </custom_php_resync_config_command> -</packagegui>
\ No newline at end of file +</packagegui> |