Fix message strings based on techpubs input.
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
* because you can call your native function to retrieve a more
* accurate message.
*/
- result = MSGID(fileio.generic) "Generic error";
+ result = MSGID(fileio.generic) "Error";
break;
case FILEIO_OPEN_ERROR_EXIST:
break;
case FILEIO_NO_PERMISSION:
- result = MSGID(fileio.noPerm) "Insufficient permissions to access the file";
+ result = MSGID(fileio.noPerm) "Insufficient permission to access the file";
break;
case FILEIO_FILE_NAME_TOO_LONG:
if (getcwd(buffer, FILE_MAXPATH) == NULL) {
Msg_Append(MSGID(filePosix.getcwd)
"Unable to retrieve the current working directory: %s. "
- "Please check if the directory has been deleted or "
+ "Check if the directory has been deleted or "
"unmounted.\n",
Msg_ErrString());
Warning(LGPFX" %s: getcwd() failed: %s\n", __FUNCTION__,