(WRITTEN_BY): Rename from AUTHORS.
[platform/upstream/coreutils.git] / src / ls.c
index 1570ad0..fd2e366 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -119,7 +119,7 @@ int wcwidth ();
                      : (ls_mode == LS_MULTI_COL \
                         ? "dir" : "vdir"))
 
-#define AUTHORS N_ ("Richard Stallman and David MacKenzie")
+#define WRITTEN_BY _("Written by Richard Stallman and David MacKenzie.")
 
 #define obstack_chunk_alloc malloc
 #define obstack_chunk_free free
@@ -1646,7 +1646,7 @@ decode_switches (int argc, char **argv)
 
        case_GETOPT_HELP_CHAR;
 
-       case_GETOPT_VERSION_CHAR (PROGRAM_NAME, AUTHORS);
+       case_GETOPT_VERSION_CHAR (PROGRAM_NAME, WRITTEN_BY);
 
        default:
          usage (EXIT_FAILURE);