Skip to content

Commit

Permalink
fix more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zocker-160 committed Aug 7, 2023
1 parent 5fa878f commit 5b3dcd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fan.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ def setFanSpeed(self, speed="auto", retry=False):

except OSError:
self.mainWindow.showErrorMSG(
f"thinkpad_acpi does not seem to be set up correctly",
detail="Please check that /etc/modprobe.d/thinkpad_acpi.conf contains \"options thinkpad_acpi fan_control=1\"")
f"\"thinkpad_acpi\" does not seem to be set up correctly!",
detail="please check that /etc/modprobe.d/thinkpad_acpi.conf contains \"options thinkpad_acpi fan_control=1\"")

class MainWindow(QMainWindow, Ui_MainWindow):
def __init__(self, app: ThinkFanUI):
Expand Down

0 comments on commit 5b3dcd0

Please sign in to comment.