Skip to content

Commit

Permalink
fix unused string
Browse files Browse the repository at this point in the history
add Deprecated warning
  • Loading branch information
tecpromotion committed Jan 13, 2023
1 parent 63e4f83 commit 8d1ea2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions language/en-GB/com_media.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ COM_MEDIA_FIELD_CHECK_MIME_DESC="Use MIME Magic or Fileinfo to try to verify fil
COM_MEDIA_FIELD_CHECK_MIME_LABEL="Check MIME Types"
COM_MEDIA_FIELD_IGNORED_EXTENSIONS_DESC="Ignored file extensions for MIME type checking and restricted uploads."
COM_MEDIA_FIELD_IGNORED_EXTENSIONS_LABEL="Ignored Extensions"
; Deprecated, will be removed with 5.0
COM_MEDIA_FIELD_ILLEGAL_MIME_TYPES_DESC="A comma separated list of forbidden MIME types to upload."
; Deprecated, will be removed with 5.0
COM_MEDIA_FIELD_ILLEGAL_MIME_TYPES_LABEL="Forbidden MIME Types"
COM_MEDIA_FIELD_LEGAL_EXTENSIONS_DESC="Extensions (file types) you are allowed to upload (comma separated)."
COM_MEDIA_FIELD_LEGAL_EXTENSIONS_LABEL="Legal Extensions (File Types)"
Expand Down

0 comments on commit 8d1ea2f

Please sign in to comment.