summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-english.def
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/fithesis/locale/fithesis-english.def')
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/locale/fithesis-english.def8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-english.def b/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-english.def
index 01a4ffa2d5a..9836e02a3c0 100644
--- a/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-english.def
+++ b/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-english.def
@@ -49,7 +49,7 @@
%%
%% The names of the source files used are shown above.
%%
-\ProvidesFile{fithesis/locale/fithesis-english.def}[2016/01/13]
+\ProvidesFile{fithesis/locale/fithesis-english.def}[2016/03/22]
\gdef\thesis@english@universityName{University name}
\gdef\thesis@english@facultyName{Faculty name}
@@ -73,7 +73,9 @@
\gdef\thesis@english@declarationTitle{Declaration}
\gdef\thesis@english@idTitle{ID}
\gdef\thesis@english@typeName{%
- \ifx\thesis@type\thesis@bachelors
+ \ifx\thesis@type\thesis@sempaper
+ Seminar Paper%
+ \else\ifx\thesis@type\thesis@bachelors
Bachelor's Thesis%
\else\ifx\thesis@type\thesis@masters
Master's Thesis%
@@ -83,7 +85,7 @@
Rigorous Thesis%
\else
<<Unknown thesis type (\thesis@type)>>%
- \fi\fi\fi\fi}
+ \fi\fi\fi\fi\fi}
\endinput
%%
%% End of file `fithesis-english.def'.