In our effort to consistently call items/copies items, we accidentally replaced
the action "Copy Current Row" with "Item Current Row." This branch restores
the correct language.
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
</div>
<div class="col-md-4">
<ul>
- <li>[% l('Item Current Row Above: CTRL+Up') %]</li>
- <li>[% l('Item Current Row Below: CTRL+Down') %]</li>
+ <li>[% l('Copy Current Row Above: CTRL+Up') %]</li>
+ <li>[% l('Copy Current Row Below: CTRL+Down') %]</li>
<li>[% l('Add Subfield: CTRL+D or CTRL+I') %]</li>
<li>[% l('Remove Row: CTRL+Del') %]</li>
</ul>