Development

Changeset 9294

You must first sign up to be able to contribute.

Changeset 9294

Show
Ignore:
Timestamp:
05/26/08 21:26:43 (3 months ago)
Author:
fabien
Message:

sfGuardPlugin: fixed French word 'bis' appears in English install of sfGuard plugin (closes #3402)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfGuardPlugin/branches/1.0/modules/sfGuardUser/config/generator.yml

    r3187 r9294  
    44    model_class:      sfGuardUser 
    55    theme:            default 
    6      
    7      
     6 
     7    fields: 
     8      password_bis: { name: "Password (again)" } 
     9 
    810    list: 
    911      title:   User list 
     
    1113      filters: [ username ] 
    1214 
    13          
    1415    edit: 
    1516      title: Edit "%%username%%" user 
  • plugins/sfGuardPlugin/branches/1.1/modules/sfGuardUser/config/generator.yml

    r7634 r9294  
    44    model_class:      sfGuardUser 
    55    theme:            default 
    6      
    7      
     6 
     7    fields: 
     8      password_bis: { name: "Password (again)" } 
     9 
    810    list: 
    911      title:   User list 
     
    1113      filters: [ username ] 
    1214 
    13          
    1415    edit: 
    1516      title: Edit "%%username%%" user