Be more consistent with the terminology, referring to "temporary and

installed" instead of "old and new". Inspired by the somewhat
non-linear PR, which really didn't have a fix, per se.

PR:		conf/27235 Roelof Osinga <roelof@eboa.com>
This commit is contained in:
dougb 2001-05-28 09:46:18 +00:00
parent 77d46e307c
commit f56efe6be1

View File

@ -144,8 +144,8 @@ diff_loop () {
echo " Use 'i' to install the temporary ${COMPFILE}"
case "${NO_INSTALLED}" in
'')
echo " Use 'm' to merge the old and new versions"
echo " Use 'v' to view to differences between the old and new versions again"
echo " Use 'm' to merge the temporary and installed versions"
echo " Use 'v' to view the diff results again"
;;
esac
echo ''