Do not use contractions.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2015-10-01 08:39:44 +00:00
parent 4650b85a01
commit 7f0a5491f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398261

View file

@ -57,6 +57,6 @@ pre-deinstall: <<EOD
if cmp -s "${target_file}" "${sample_file}"; then
rm -f "${target_file}"
else
echo "You may need to manually remove ${target_file} if it's no longer needed."
echo "You may need to manually remove ${target_file} if it is no longer needed."
fi
EOD