]> git.lyx.org Git - features.git/commitdiff
Fix indentation
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 8 Oct 2018 09:32:30 +0000 (11:32 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 8 Oct 2018 09:32:30 +0000 (11:32 +0200)
src/insets/InsetBibtex.cpp

index 8fd5fdef4de11cf7dae068d813af7c1240631ffd..5f1b31a6293dd2d073506f128418dc0841f3b3c0 100644 (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"); 
 }