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