diff options
Diffstat (limited to 'files')
| -rw-r--r-- | files/core-functions.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/files/core-functions.sh b/files/core-functions.sh index 908edb0..a976df6 100644 --- a/files/core-functions.sh +++ b/files/core-functions.sh @@ -1227,7 +1227,7 @@ function sanity_check() {  	if [ "$DOUBLEFILES" != "" ]; then  		echo -e "\  You have a broken $ROOT/var/log/packages/ - with two versions of the same package.\n\ -The list of packages duplicated in your machine are shown below, but don't\n\ +The list of packages duplicated in your machine is shown below, but don't\n\  worry about this list - when you select your action, slackpkg will show a\n\  better list:\n"  		for i in $DOUBLEFILES ; do  | 
