From 8febeb9cdf2132ece322b6df8ce5d03efa3dca66 Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Mon, 11 Oct 2021 09:37:29 -0500 Subject: [PATCH] fix #289 --- functions/utility.function | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/utility.function b/functions/utility.function index 1e9b36d..4d09308 100644 --- a/functions/utility.function +++ b/functions/utility.function @@ -123,11 +123,11 @@ RTC() { IC2ACTIVE=$(ls /dev/*i2c*) if [ ${IC2ACTIVE} = '/dev/i2c-1' ]; then - echo "IC2 is active" + echo "I2C is active" else yad --form --width=500 --text-align=center --center --title="Build-a-Pi" --text-align=center \ --image ${LOGO} --window-icon=${LOGO} --image-on-top --separator="|" --item-separator="|" \ - --text="Please enable IC2 interface in the Raspberry Pi Configuration and try again" \ + --text="Please enable I2C interface in the Raspberry Pi Configuration and try again" \ --button=gtk-close exit 1 fi