From 6f89bca8d1f21e9ce1dcbea8963679bf51fd5b0c Mon Sep 17 00:00:00 2001 From: JEEVITHA KANNAN K S Date: Fri, 11 Oct 2024 09:39:59 +0530 Subject: [PATCH] Update caps --- core/tabs/system-setup/arch/nvidia-drivers.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/tabs/system-setup/arch/nvidia-drivers.sh b/core/tabs/system-setup/arch/nvidia-drivers.sh index 30964fe2..595c905b 100755 --- a/core/tabs/system-setup/arch/nvidia-drivers.sh +++ b/core/tabs/system-setup/arch/nvidia-drivers.sh @@ -77,7 +77,7 @@ setupHardwareAcceleration() { printf "%b\n" "${GREEN}Hardware Acceleration setup completed successfully.${RC}" - if promptUser "enable hardware Acceleration in mpv player"; then + if promptUser "enable Hardware Acceleration in MPV player"; then if [ -f "$HOME/.config/mpv/mpv.conf" ];then sed -i '/^hwdec/d' "$HOME/.config/mpv/mpv.conf" fi @@ -99,7 +99,7 @@ installDriver() { fi printf "%b\n" "${GREEN}Driver installed successfully.${RC}" - if promptUser "setup hardware Acceleration"; then + if promptUser "setup Hardware Acceleration"; then setupHardwareAcceleration fi