Reuse existing message from file.c.

This commit is contained in:
Pavel Roskin 2002-11-12 17:22:02 +00:00
parent 050b141018
commit 834abd3e24

View File

@ -692,7 +692,8 @@ static void tree_move (WTree *tree, char *default_dest)
return;
}
if (!S_ISDIR (buf.st_mode)){
message (1, MSG_ERROR, _(" The destination isn't a directory "));
file_error (_(" Destination \"%s\" must be a directory \n %s "),
dest);
g_free (dest);
return;
}