I'm having a problem with my glossary using the nomencl package. As you can see, there is no description, just endless dots... Anyone with the same issue?

I followed the example here: http://strobelstefan.org/?p=153
Header File:
\usepackage{nomencl}
\let\abbrev\nomenclature
\renewcommand{\nomname}{Glossar und Abkürzungsverzeichnis}
\setlength{\nomlabelwidth}{.25\hsize}
\renewcommand{\nomlabel}[1]{#1 \dotfill}
\setlength{\nomitemsep}{-\parsep}
\makenomenclature
Example chapter:
\nomenclature{CID}{Description}%
\nomenclature{DTM}{Description}%
\nomenclature{FDT}{Description}%
\nomenclature{SDD}{Description}%
Table of contents:
\printnomenclature
\addcontentsline{toc}{chapter}{Glossar und Abkürzungsverzeichnis}

\documentclass{...}, ending with\end{document}and in between the code illustrating your problem. It doesn't make fun to build a compilable LaTex file from given code snippets. – JMP Apr 25 '16 at 11:11