Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/code/core/Mage/Catalog/etc/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@
<validate>validate-digits validate-greater-than-zero</validate>
</progressive_threshold>
<images_on_duplicate_action translate="label comment">
<label>Copy Images on Duplicate</label>
<comment>'Ask' option only affects Admin interface. Default for programmatical duplication is to persist images.</comment>
<label>Duplicate Product Images</label>
<comment>The "Ask" option only applies to the Admin interface. By default, programmatic duplication preserves images.</comment>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_catalog_imageDuplicate</source_model>
<sort_order>50</sort_order>
Expand Down
4 changes: 2 additions & 2 deletions app/locale/en_US/Mage_Adminhtml.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1319,5 +1319,5 @@
"Duplicate without images","Duplicate without images"
"Always ask","Always ask"
"Duplicate product without images","Duplicate product without images"
"Copy Images on Duplicate","Copy Images on Duplicate"
"'Ask' option only affects Admin interface. Default for programmatical duplication is to persist images.","'Ask' option only affects Admin interface. Default for programmatical duplication is to persist images."
"Duplicate Product Images","Duplicate Product Images"
"The ""Ask"" option only applies to the Admin interface. By default, programmatic duplication preserves images.","The ""Ask"" option only applies to the Admin interface. By default, programmatic duplication preserves images."