Skip to content
Snippets Groups Projects
Commit 5badcafa authored by Alex Barth's avatar Alex Barth
Browse files

Adjust form element title.

parent d47615c9
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment