Ignore:
Timestamp:
12/15/11 17:58:05 (13 years ago)
Author:
vmipsl
Message:

Clean dépôt

Location:
ether_megapoli/trunk/service/implementation/com/medias/megapoli/struts/actions
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ether_megapoli/trunk/service/implementation/com/medias/megapoli/struts/actions/NewSetAction.java

    r309 r312  
    109109                                                                return mapping.findForward(target); 
    110110                                                        case Metadata.CONTACT_WRONG: 
    111                                                                 errors.add(ActionErrors.GLOBAL_MESSAGE, new ActionError("errors.upload.updateMetadata.failed.pwd")); 
     111                                                                errors.add(ActionErrors.GLOBAL_MESSAGE, new ActionError("errors.upload.updateMetadata.failed.password")); 
    112112                                                                saveErrors(request, errors); 
    113113                                                                target = "failure"; 
  • ether_megapoli/trunk/service/implementation/com/medias/megapoli/struts/actions/UpdateMetadataAction.java

    r309 r312  
    160160                                                break; 
    161161                                        case Metadata.CONTACT_WRONG: 
    162                                                 errors.add(ActionErrors.GLOBAL_MESSAGE, new ActionError("errors.upload.updateMetadata.failed.pwd")); 
     162                                                errors.add(ActionErrors.GLOBAL_MESSAGE, new ActionError("errors.upload.updateMetadata.failed.password")); 
    163163                                                break; 
    164164                                        default: 
Note: See TracChangeset for help on using the changeset viewer.