From: Jim Meyering Date: Sun, 10 Mar 2002 22:21:44 +0000 (+0000) Subject: (main): Change wording in diagnostic. X-Git-Tag: FILEUTILS-4_1_7~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3a82e33ac0226c4824d4c48d25505626ea45fcd;p=thirdparty%2Fcoreutils.git (main): Change wording in diagnostic. --- diff --git a/src/ln.c b/src/ln.c index c3d51e996d..1b7a87a0ed 100644 --- a/src/ln.c +++ b/src/ln.c @@ -1,5 +1,5 @@ /* `ln' program to create links between files. - Copyright (C) 86, 89, 90, 91, 1995-2001 Free Software Foundation, Inc. + Copyright (C) 86, 89, 90, 91, 1995-2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -517,7 +517,7 @@ main (int argc, char **argv) if (target_directory_specified && !dest_is_dir) { - error (0, 0, _("specified target directory, %s is not a directory"), + error (0, 0, _("%s: specified target directory is not a directory"), quote (target_directory)); usage (1); }