diff --git i/includes/admin.inc w/includes/admin.inc index fa9b72c..c93e504 100644 --- i/includes/admin.inc +++ w/includes/admin.inc @@ -14,10 +14,10 @@ function fieldable_panels_panes_settings() { $form['fpp_revision_locking'] = array( '#type' => 'radios', '#title' => t('Should FPP ctools content reference FPP entities by entity ID or revision ID?'), - '#description' => t('For example, using a panelized entity, you can revert the entity to previus revision and FPPs will also revert if they are referenced by revision ID.'), + '#description' => t('For example, using a panelized entity, you can revert the entity to previous revision and FPPs will also revert if they are referenced by revision ID.'), '#options' => array( 'legacy' => t('Legacy: use entity ID for all FPPs.'), - 'lock' => t('Recommended: Use revision ID for non-resuable FPPs only.'), + 'lock' => t('Recommended: Use revision ID for non-reusable FPPs only.'), 'lock_all' => t('Use revision ID for all FPPs.'), ), '#default_value' => variable_get('fpp_revision_locking', 'legacy'), @@ -26,7 +26,7 @@ function fieldable_panels_panes_settings() { $form['fpp_blocks_expose'] = array( '#type' => 'checkbox', '#title' => t('Make fieldable panels panes available as blocks'), - '#description' => t('Fieldable panels panes that are resuable will be made available as blocks.'), + '#description' => t('Fieldable panels panes that are reusable will be made available as blocks.'), '#default_value' => variable_get('fpp_blocks_expose', FALSE), ); $form['bundles'] = array(