Skip to content

Commit

Permalink
Synchronization
Browse files Browse the repository at this point in the history
  • Loading branch information
jbickar committed Feb 12, 2015
1 parent 6036e05 commit f767fce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The **Schema Information** provided by the CAP API tells your website what profi

If you are not seeing the information you are looking for, click on the **Get schema information** button to sync the latest information from the CAP API to your site.

##Syncronization Settings
##Synchronization Settings

###Batch, or cron, processing limit

Expand Down
8 changes: 4 additions & 4 deletions stanford_capx.forms.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1189,8 +1189,8 @@ function stanford_capx_importer_form($form, &$form_state, $importer = NULL) {
// -–-–-–-–-–-–-–-–-–-–-

$form['cron'] = array(
'#title' => t('Automatic syncronization options (CRON)'),
'#description' => t("The CAPx module is set up to provide automatic syncronization of your profiles. Below are a number of controls to adjust how often they are updated. These options require cron to be configured. For more information about setting up and configuring cron please see the !docs", array("!docs" => l(t("drupal documenation."), "https://www.drupal.org/cron"))),
'#title' => t('Automatic synchronization options (CRON)'),
'#description' => t("The CAPx module is set up to provide automatic synchronization of your profiles. Below are a number of controls to adjust how often they are updated. These options require cron to be configured. For more information about setting up and configuring cron please see the !docs", array("!docs" => l(t("drupal documenation."), "https://www.drupal.org/cron"))),
'#type' => 'fieldset',
'#collapsed' => !empty($importer),
'#collapsible' => TRUE,
Expand Down Expand Up @@ -1910,8 +1910,8 @@ function stanford_capx_config_settings_form($form, &$form_state) {

$form['variables'] = array(
'#type' => 'fieldset',
'#title' => t("Syncronization settings"),
'#description' => t("Settings for update and syncronization actions with the CAP API."),
'#title' => t("Synchronization settings"),
'#description' => t("Settings for update and synchronization actions with the CAP API."),
'#collapsible' => TRUE,
'#collapsed' => FALSE,
);
Expand Down

0 comments on commit f767fce

Please sign in to comment.