diff --git a/pop_taskinfo.m b/pop_taskinfo.m index 856f8bd..7ec7528 100644 --- a/pop_taskinfo.m +++ b/pop_taskinfo.m @@ -55,7 +55,7 @@ uicontrol('Style', 'text', 'string', 'Task name (no space)','fontsize',fontSize,'BackgroundColor',bg,'ForegroundColor',fg, 'HorizontalAlignment','left','Units', 'normalized', 'Position', [leftMargin top tfWidth tfHeight]); uicontrol('Style', 'edit', 'string', '', 'tag', 'TaskName','fontsize',fontSize,'Units', 'normalized', 'Position', [efLeftMargin top efWidth tfHeight]); top = top - tfHeight - 0.01; - uicontrol('Style', 'text', 'string', 'For several tasks, use bids_export.m from the command line', 'tag', 'Taskname2','BackgroundColor',bg,'fontsize',fontSize,'Units', 'normalized', 'Position', [efLeftMargin top efWidth tfHeight]); + uicontrol('Style', 'text', 'string', 'For several tasks, use bids_export.m from the command line', 'BackgroundColor',bg,'fontsize',fontSize,'Units', 'normalized', 'Position', [efLeftMargin top efWidth tfHeight]); top = top - tfHeight - 0.01; uicontrol('Style', 'text', 'string', 'README (short introduction to the experiment):','fontsize',fontSize,'BackgroundColor',bg,'ForegroundColor',fg, 'HorizontalAlignment','left','Units', 'normalized', 'Position', [leftMargin top fullWidth tfHeight]); top = top - tfHeight*2.2;