Hi, I'd like to change the abstractname from german "Zusammenfassung" to "Kurzfassung". With
\renewcommand\abstractname{Kurzfassung}
in Document->Settings->Latex header it does not to work. Before the command
there are the following lines, which work fine:
\usepackage[ngerman]{babel}
\addto\captionsngerman{
\renewcommand{\figurename}{Abb.}%
\renewcommand{\tablename}{Tab.}%
}
The used document class is report (koma-script).
Any ideas?
thanx in advance,
Robert
