Skip to content

Commit

Permalink
Fixed php error when presenting error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
vboctor committed Apr 14, 2016
1 parent b796418 commit 7ebb4ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lang/strings_english.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ $s_plugin_ImportUsers_email_unique_error = 'email not unique';
$s_plugin_ImportUsers_import_success = 'success';

# Errors
$MANTIS_ERROR['plugin_Import_users_ERROR_FILE_FORMAT'] = 'Incorrect imported file format: %s';
$MANTIS_ERROR['plugin_Import_users_ERROR_FILE'] = 'There was an error with the file itself';
$MANTIS_ERROR['plugin_Import_users_ERROR_FILE_UPLOAD'] = 'Server can\'t store the uploaded file.';
$MANTIS_ERROR['plugin_ImportUsers_ERROR_FILE_FORMAT'] = 'Incorrect imported file format: %s';
$MANTIS_ERROR['plugin_ImportUsers_ERROR_FILE'] = 'There was an error with the file itself';
$MANTIS_ERROR['plugin_ImportUsers_ERROR_FILE_UPLOAD'] = 'Server can\'t store the uploaded file.';

0 comments on commit 7ebb4ae

Please sign in to comment.