Wrong translation / language string: $Translation['select image']
Posted: 2019-11-20 14:12
Hi,
AG 5.81
I notice, when I add a FILE field to upload some file (pdf...) the label shows this translation string:
$Translation['upload image'] = 'Upload new file ';
$Translation['select image'] = 'Select an image ';
$Translation['remove image'] = 'Remove file';
This and these two others are only correct in case of handling images. Thus the contents should be different, maybe new translation strings should be added (but I think correcting the one error is enough.
My suggestion:
$Translation['select image'] = 'Select a file ';
Olaf
AG 5.81
I notice, when I add a FILE field to upload some file (pdf...) the label shows this translation string:
$Translation['upload image'] = 'Upload new file ';
$Translation['select image'] = 'Select an image ';
$Translation['remove image'] = 'Remove file';
This and these two others are only correct in case of handling images. Thus the contents should be different, maybe new translation strings should be added (but I think correcting the one error is enough.
My suggestion:
$Translation['select image'] = 'Select a file ';
Olaf