Skip to content

Commit

Permalink
issue #9045 wrong grammar/spelling in german html Output
Browse files Browse the repository at this point in the history
Corrected spacing
  • Loading branch information
albert-github committed Jan 19, 2022
1 parent 9948297 commit b1d50a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/translator_de.h
Expand Up @@ -868,7 +868,7 @@ class TranslatorGerman : public TranslatorAdapter_1_8_15
QCString result="Die Dokumentation für diese";
switch(compType)
{
case ClassDef::Class: result+=vhdlOpt?"Entwurfseinheiten":"Klasse"; break;
case ClassDef::Class: result+=vhdlOpt?" Entwurfseinheiten":" Klasse"; break;
case ClassDef::Struct: result+=" Struktur"; break;
case ClassDef::Union: result+=" Variante"; break;
case ClassDef::Interface: result+=" Schnittstelle"; break;
Expand Down

0 comments on commit b1d50a6

Please sign in to comment.