From 82069815f864dc3fcf9c19a1e7e9cb582e473abe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20Holene=20L=C3=B8kkeborg?= <thomahl@stud.ntnu.no>
Date: Tue, 31 Mar 2020 12:55:02 +0200
Subject: [PATCH] Apply suggestion to soitool/setup_settings.py

---
 soitool/setup_settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/soitool/setup_settings.py b/soitool/setup_settings.py
index 31631ba..8ce6831 100644
--- a/soitool/setup_settings.py
+++ b/soitool/setup_settings.py
@@ -183,7 +183,7 @@ class Setup(QDialog):  # pylint: disable = R0902
             "classification"
         ] = self.edit_classification.currentText()
 
-        # find which radiobutton that is checked
+        # Find which radiobutton that is checked
         if self.rbutton_landscape.isChecked():
             property_changes["orientation"] = "landscape"
         else:
-- 
GitLab