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/> <string/>
</property> </property>
<property name="text"> <property name="text">
<string>Sty&amp;le engine:</string> <string>Sty&amp;le format:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>citeEngineCO</cstring> <cstring>citeEngineCO</cstring>
@ -62,7 +62,7 @@
<item> <item>
<widget class="QComboBox" name="citeEngineCO"> <widget class="QComboBox" name="citeEngineCO">
<property name="toolTip"> <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> </property>
</widget> </widget>
</item> </item>
@ -151,7 +151,7 @@
<string/> <string/>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Biblatex citation style:</string> <string>Biblatex &amp;citation style:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>biblatexCbxCO</cstring> <cstring>biblatexCbxCO</cstring>

View File

@ -149,7 +149,7 @@ void InsetBibtex::editDatabases() const
int nr_databases = bibfilelist.size(); int nr_databases = bibfilelist.size();
if (nr_databases > 1) { 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" docstring message = bformat(_("The %1$s[[BibTeX/Biblatex]] inset includes %2$s databases.\n"
"If you proceed, all of them will be opened."), "If you proceed, all of them will be opened."),
engine, convert<docstring>(nr_databases)); engine, convert<docstring>(nr_databases));