From 33fa147fcab25bbc0649d620e9df229736870bfc Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sat, 14 Jan 2017 17:48:37 +0100 Subject: [PATCH] Minor string fixes --- src/frontends/qt4/ui/BiblioUi.ui | 6 +++--- src/insets/InsetBibtex.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frontends/qt4/ui/BiblioUi.ui b/src/frontends/qt4/ui/BiblioUi.ui index aca90873ab..2d12fec119 100644 --- a/src/frontends/qt4/ui/BiblioUi.ui +++ b/src/frontends/qt4/ui/BiblioUi.ui @@ -52,7 +52,7 @@ - Sty&le engine: + Sty&le format: citeEngineCO @@ -62,7 +62,7 @@ - A selection of different style engines (such as natbib) that respectively provide support for specific citytion and bibliography styles. Expand to get more information. + A selection of different style format approaches (such as natbib) that respectively provide support for specific citation and bibliography styles. Expand to get more information. @@ -151,7 +151,7 @@ - &Biblatex citation style: + Biblatex &citation style: biblatexCbxCO diff --git a/src/insets/InsetBibtex.cpp b/src/insets/InsetBibtex.cpp index d30268ee47..433a589a06 100644 --- a/src/insets/InsetBibtex.cpp +++ b/src/insets/InsetBibtex.cpp @@ -149,7 +149,7 @@ void InsetBibtex::editDatabases() const int nr_databases = bibfilelist.size(); if (nr_databases > 1) { - docstring const engine = usingBiblatex() ? _("Biblatex") : _("BibTex"); + docstring const engine = usingBiblatex() ? _("Biblatex") : _("BibTeX"); docstring message = bformat(_("The %1$s[[BibTeX/Biblatex]] inset includes %2$s databases.\n" "If you proceed, all of them will be opened."), engine, convert(nr_databases)); -- 2.39.2