diff options
author | tjr <tjr@FreeBSD.org> | 2005-10-01 05:52:40 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2005-10-01 05:52:40 +0000 |
commit | 408469d9590cda7a3445b827a7dc179f3b9d8c49 (patch) | |
tree | e5d915d5922377ebc526921f27ddfea31ec8378d /contrib | |
parent | e4ec2f34dbebfdaa2c085ac1a3c26bf0a2b8db90 (diff) | |
download | FreeBSD-src-408469d9590cda7a3445b827a7dc179f3b9d8c49.zip FreeBSD-src-408469d9590cda7a3445b827a7dc179f3b9d8c49.tar.gz |
Merge from old util.c rev 1.2: say "volume" instead of "tape".
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/cpio/src/util.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/cpio/src/util.c b/contrib/cpio/src/util.c index 4b64648..6788e96 100644 --- a/contrib/cpio/src/util.c +++ b/contrib/cpio/src/util.c @@ -1,3 +1,5 @@ +/* $FreeBSD$ */ + /* util.c - Several utility routines for cpio. Copyright (C) 1990, 1991, 1992, 2001, 2004 Free Software Foundation, Inc. @@ -871,9 +873,9 @@ get_next_reel (int tape_des) fprintf (tty_out, "%s%d%s", new_media_message_with_number, reel_number, new_media_message_after_number); else if (archive_name) - fprintf (tty_out, _("Found end of tape. Load next tape and press RETURN. ")); + fprintf (tty_out, _("Found end of volume. Load next volume and press RETURN. ")); else - fprintf (tty_out, _("Found end of tape. To continue, type device/file name when ready.\n")); + fprintf (tty_out, _("Found end of volume. To continue, type device/file name when ready.\n")); fflush (tty_out); |