From e8f5aa603e10a02294e99f64986d0d7da42dd043 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Fri, 19 Mar 2021 08:09:50 +0100 Subject: [PATCH] Fixed translation --- mrgkernel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrgkernel.sh b/mrgkernel.sh index 30cf494..eabb748 100755 --- a/mrgkernel.sh +++ b/mrgkernel.sh @@ -38,7 +38,7 @@ URL=`echo ${INFO} | cut -d' ' -f 1` FILE=`echo ${URL}|rev|cut -d'/' -f 1 | rev` if [ "${CURRENT_VERSION}" == "${KERNEL}" ]; then - echo -e "${RED}You are already on the latest version${DEFAULT}" + echo -e "${RED}You already have the latest version${DEFAULT}" exit 1 fi