Minor string fixes

This commit is contained in:
Juergen Spitzmueller 2017-01-14 17:48:37 +01:00
parent df34c2b2d6
commit 33fa147fca
2 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@
<string/>
</property>
<property name="text">
<string>Sty&amp;le engine:</string>
<string>Sty&amp;le format:</string>
</property>
<property name="buddy">
<cstring>citeEngineCO</cstring>
@ -62,7 +62,7 @@
<item>
<widget class="QComboBox" name="citeEngineCO">
<property name="toolTip">
<string>A selection of different style engines (such as natbib) that respectively provide support for specific citytion and bibliography styles. Expand to get more information.</string>
<string>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.</string>
</property>
</widget>
</item>
@ -151,7 +151,7 @@
<string/>
</property>
<property name="text">
<string>&amp;Biblatex citation style:</string>
<string>Biblatex &amp;citation style:</string>
</property>
<property name="buddy">
<cstring>biblatexCbxCO</cstring>

View File

@ -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<docstring>(nr_databases));