Changeset 429 for trunk/grails-app/i18n


Ignore:
Timestamp:
Mar 5, 2010, 9:20:33 AM (14 years ago)
Author:
gav
Message:

Fix asset copy failure due to to asset sub item non-unique names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/i18n/messages.properties

    r425 r429  
    88inventory.import.failure=Could not create inventory from supplied file, failed on line {0}, see {1}.
    99
     10asset.copy.subItem.create.failure=Could not complete operation, as sub item failed to save.
     11asset.copy.subItem.too.many.failure=Could not complete operation, as there appears to be too many sub items.
    1012asset.copy.method.required=Please select a copy method for sub items.
    1113asset.copy.method=Copy Method
    1214asset.copy.method.help=Link creates a new asset and links it to EXISTING sub items. \
    13     While copy creates a new asset and new sub items.
     15    While copy creates a new asset and new sub items by appending '(id:#)' to create unique sub item names.
    1416asset.copy.asset.required=Please select an asset to copy.
    1517
Note: See TracChangeset for help on using the changeset viewer.