Skip to content

Commit ac86ff4

Browse files
committed
Minor typo
1 parent 8c417bb commit ac86ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ObjectImagesExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function updateCMSFields(FieldList $fields) {
5555
$imageField->setDescription(sprintf(_t('Object.IMAGESUPLOADLIMIT','Images count limit: %s'), $limit));
5656

5757
if ($this->owner->Sorter == 'SortOrder')
58-
$message = _t('Object.IMAGESUPLOADHEADING', '<span style="color: green">Sort images by draging thumbnail</span>');
58+
$message = _t('Object.IMAGESUPLOADHEADING', '<span style="color: green">Sort images by dragging thumbnail</span>');
5959
else
6060
$message = _t('Object.IMAGESSORTERNOTICE', 'Correct image sorting is visible on frontend only (if Sort by = Title, ID)');
6161

0 commit comments

Comments
 (0)