Browse Source

characters

pjc 5 years ago
parent
commit
2d0c477945
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sections/upload/upload_handle.php

+ 1
- 1
sections/upload/upload_handle.php View File

183
             'title_jp',
183
             'title_jp',
184
             '0',
184
             '0',
185
             'string',
185
             'string',
186
-            'Strain/Variety must be between 1 and 512 bytes.',
186
+            'Strain/Variety must be between 1 and 512 characters.',
187
             array('maxlength'=>512, 'minlength'=>1)
187
             array('maxlength'=>512, 'minlength'=>1)
188
         );
188
         );
189
 
189
 

Loading…
Cancel
Save