Ignore:
Timestamp:
09/24/2009 01:25:39 AM (3 years ago)
Author:
Acinonyx
Message:

[awmn] Add zone name validation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/awmn/globals/language/english.php

    r199 r203  
    496496                                'body' => 'The node you are looking for does not exist. Check that you supplied the correct data and try again. If you are sure that you submit the correct data, it is likely that the node has been deleted or that the user has not activated his/her account yet.' 
    497497                        ), 
     498                        'zone_invalid_name' => array( 
     499                                'title' => 'Invalid zone name', 
     500                                body => 'The name of the zone contains invalid characters.' 
     501                        ), 
    498502                        'generic' => array( 
    499503                                'title' => "General error", 
Note: See TracChangeset for help on using the changeset viewer.