MDL-44764 atto_image: Reword the alt related labels

This commit is contained in:
Frederic Massart
2014-03-31 11:25:46 +08:00
parent ad32dda90c
commit 89331bc217
@@ -35,11 +35,11 @@ $string['alignment_texttop'] = 'Text top';
$string['alignment_top'] = 'Top';
$string['browserepositories'] = 'Browse repositories...';
$string['createimage'] = 'Insert image';
$string['enteralt'] = 'Enter alternative text';
$string['enteralt'] = 'Describe this image for someone who cannot see it';
$string['enterurl'] = 'Enter URL';
$string['height'] = 'Height';
$string['presentation'] = 'Decorative only';
$string['presentation'] = 'Description not necessary';
$string['pluginname'] = 'Image';
$string['presentationoraltrequired'] = 'Images must be marked as decorative only, or have suitable alternative text.';
$string['presentationoraltrequired'] = 'Images must have a description, except if the description is marked as not necessary.';
$string['preview'] = 'Preview';
$string['width'] = 'Width';