Skip to content

Commit

Permalink
Dev: Small text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 2, 2020
1 parent 88132d7 commit f01b348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/LimeSurveyFileManager.php
Expand Up @@ -72,7 +72,7 @@ public function index($surveyid = null)
'An error has occured and the file list could not be loaded:' => gT('An error has occured and the file list could not be loaded:'),
'An error has occured and the folders could not be loaded:' => gT('An error has occured and the folders could not be loaded:'),
'An error has occured and the file(s) could not be uploaded:' => gT('An error has occured and the folders could not be loaded:'),
'An error has occured and the selected files ycould not be downloaded.' => gT('An error has occured and the selected files ycould not be downloaded.'),
'An error has occured and the selected files could not be downloaded.' => gT('An error has occured and the selected files could not be downloaded.'),
'File name' => gT('File name'),
'Type' => gT('Type'),
'Size' => gT('Size'),
Expand Down

0 comments on commit f01b348

Please sign in to comment.