diff options
Diffstat (limited to 'source/ap/slackpkg/files/core-functions.sh')
-rw-r--r-- | source/ap/slackpkg/files/core-functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ap/slackpkg/files/core-functions.sh b/source/ap/slackpkg/files/core-functions.sh index 948afbbe..919bf80b 100644 --- a/source/ap/slackpkg/files/core-functions.sh +++ b/source/ap/slackpkg/files/core-functions.sh @@ -957,7 +957,7 @@ function checkchangelog() if ! grep -q "[a-z]" $TMPDIR/ChangeLog.txt ; then echo -e "\ \nError downloading from $SOURCE.\n\ -Please, check your mirror and try again." +Please check your mirror and try again." cleanup fi |