Fix indentation

This commit is contained in:
Juergen Spitzmueller 2018-10-08 11:32:30 +02:00
parent e94ea46be7
commit 875a4dcd17

View File

@ -882,7 +882,7 @@ docstring InsetBibtex::getRefLabel() const
{
if (buffer().masterParams().documentClass().hasLaTeXLayout("chapter"))
return buffer().B_("Bibliography");
return buffer().B_("References");
return buffer().B_("References");
}