mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +00:00
Minor string fixes
This commit is contained in:
parent
df34c2b2d6
commit
33fa147fca
@ -52,7 +52,7 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Sty&le engine:</string>
|
||||
<string>Sty&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>&Biblatex citation style:</string>
|
||||
<string>Biblatex &citation style:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>biblatexCbxCO</cstring>
|
||||
|
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user