Skip to content

Commit

Permalink
Verb wrong tense
Browse files Browse the repository at this point in the history
Clearly using the present tense is incorrect for an error message and it should be the past tense
  • Loading branch information
brianteeman committed Jun 9, 2018
1 parent 74e4327 commit a97da33
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions administrator/language/en-GB/en-GB.com_media.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ COM_MEDIA_DETAIL_VIEW="Detail View"
COM_MEDIA_DIRECTORY="Folder"
COM_MEDIA_DIRECTORY_UP="Folder Up"
COM_MEDIA_ERROR_BAD_REQUEST="Bad Request"
COM_MEDIA_ERROR_BEFORE_DELETE_0="Some error occurs before deleting the media."
COM_MEDIA_ERROR_BEFORE_DELETE_1="An error occurs before deleting the media: %s"
COM_MEDIA_ERROR_BEFORE_DELETE_MORE="Some errors occur before deleting the media: %s"
COM_MEDIA_ERROR_BEFORE_SAVE_0="Some error occurs before saving the media."
COM_MEDIA_ERROR_BEFORE_SAVE_1="An error occurs before saving the media: %s"
COM_MEDIA_ERROR_BEFORE_SAVE_MORE="Some errors occur before saving the media: %s"
COM_MEDIA_ERROR_BEFORE_DELETE_0="Some error occurred before deleting the media."
COM_MEDIA_ERROR_BEFORE_DELETE_1="An error occurred before deleting the media: %s"
COM_MEDIA_ERROR_BEFORE_DELETE_MORE="Some errors occurred before deleting the media: %s"
COM_MEDIA_ERROR_BEFORE_SAVE_0="Some error occurred before saving the media."
COM_MEDIA_ERROR_BEFORE_SAVE_1="An error occurred before saving the media: %s"
COM_MEDIA_ERROR_BEFORE_SAVE_MORE="Some errors occurred before saving the media: %s"
COM_MEDIA_ERROR_CREATE_NOT_PERMITTED="Create not permitted."
COM_MEDIA_ERROR_FILE_EXISTS="File already exists."
COM_MEDIA_ERROR_UNABLE_TO_CREATE_FOLDER_WARNDIRNAME="Unable to create folder. Folder name must only have alphanumeric characters and no spaces."
Expand Down

0 comments on commit a97da33

Please sign in to comment.