diff --git a/plugins/FeedsNodeProcessor.inc b/plugins/FeedsNodeProcessor.inc index 5c88d34de3e3837defdc562711c8f0f7062e89ec..b89601542b958fe1a94f45ef494970b017c86144 100644 --- a/plugins/FeedsNodeProcessor.inc +++ b/plugins/FeedsNodeProcessor.inc @@ -199,7 +199,7 @@ class FeedsNodeProcessor extends FeedsProcessor { ); $form['update_existing'] = array( '#type' => 'radios', - '#title' => t('Update existing items'), + '#title' => t('Update existing nodes'), '#description' => t('Select how existing nodes should be updated. Existing nodes will be determined using mappings that are a "unique target".'), '#options' => array( FEEDS_SKIP_EXISTING => 'Do not update existing nodes',