From 135e9656f353448d6bcdda4c2af23d5a4ff97982 Mon Sep 17 00:00:00 2001
From: Jyri-Petteri Paloposki <jyri-petteri.paloposki@iki.fi>
Date: Thu, 1 Nov 2018 21:03:27 +0200
Subject: [PATCH] Fix the BSc thesis' Finnish names

---
 latex/utuftthesis.cls | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/latex/utuftthesis.cls b/latex/utuftthesis.cls
index 13dbc9b..46e96c4 100644
--- a/latex/utuftthesis.cls
+++ b/latex/utuftthesis.cls
@@ -172,8 +172,8 @@
 %% magic thesis types. more can be added
 \newcommand*{\thesistype}[1]{
   \begin{switch}{\p@btype}
-    \case{tkk}{\langchoose{#1}{TkK -tutkielma}{Bachelor's Thesis}}%
-    \case{luk}{\langchoose{#1}{LuK -tutkielma}{Bachelor's Thesis}}%
+    \case{tkk}{\langchoose{#1}{TkK-tutkielma}{Bachelor's Thesis}}%
+    \case{luk}{\langchoose{#1}{LuK-tutkielma}{Bachelor's Thesis}}%
     \case{gradu}{\langchoose{#1}{Pro gradu -tutkielma}{Master of Science Thesis}}%
     \case{di}{\langchoose{#1}{Diplomityö}{Master of Science Thesis}}%
     \default{\p@btype}%
-- 
GitLab