Skip to content

Commit 6f89bca

Browse files
Update caps
1 parent c111b07 commit 6f89bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/tabs/system-setup/arch/nvidia-drivers.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ setupHardwareAcceleration() {
7777

7878
printf "%b\n" "${GREEN}Hardware Acceleration setup completed successfully.${RC}"
7979

80-
if promptUser "enable hardware Acceleration in mpv player"; then
80+
if promptUser "enable Hardware Acceleration in MPV player"; then
8181
if [ -f "$HOME/.config/mpv/mpv.conf" ];then
8282
sed -i '/^hwdec/d' "$HOME/.config/mpv/mpv.conf"
8383
fi
@@ -99,7 +99,7 @@ installDriver() {
9999
fi
100100

101101
printf "%b\n" "${GREEN}Driver installed successfully.${RC}"
102-
if promptUser "setup hardware Acceleration"; then
102+
if promptUser "setup Hardware Acceleration"; then
103103
setupHardwareAcceleration
104104
fi
105105

0 commit comments

Comments
 (0)