indices -> indexes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29496 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-05-02 15:54:45 +00:00
parent 734dfec925
commit 5c27b8400e
5 changed files with 7 additions and 7 deletions

View File

@ -523,7 +523,7 @@ Menuset
#
Menu "context-indexprint"
Item "All Indices|A" "next-inset-modify check-printindex*"
Item "All Indexes|A" "next-inset-modify check-printindex*"
IndicesListsContext
Separator
Item "Subindex|b" "next-inset-modify toggle-subindex"

View File

@ -1013,7 +1013,7 @@ GuiDocument::GuiDocument(GuiView & lv)
docPS->addPanel(langModule, qt_("Language"));
docPS->addPanel(numberingModule, qt_("Numbering & TOC"));
docPS->addPanel(biblioModule, qt_("Bibliography"));
docPS->addPanel(indicesModule, qt_("Indices"));
docPS->addPanel(indicesModule, qt_("Indexes"));
docPS->addPanel(pdfSupportModule, qt_("PDF Properties"));
docPS->addPanel(mathsModule, qt_("Math Options"));
docPS->addPanel(floatModule, qt_("Float Placement"));

View File

@ -66,7 +66,7 @@ void GuiPrintindex::updateContents()
indicesCO->clear();
indicesCO->addItem(qt_("<All indices>"),
indicesCO->addItem(qt_("<All indexes>"),
QVariant(QString("printall")));
const_iterator const begin = indiceslist.begin();

View File

@ -85,7 +85,7 @@
<item row="3" column="0" >
<widget class="QLabel" name="availableLA" >
<property name="text" >
<string>A&amp;vailable Indices:</string>
<string>A&amp;vailable Indexes:</string>
</property>
<property name="buddy" >
<cstring>indicesTW</cstring>
@ -98,10 +98,10 @@
<item row="0" column="0" >
<widget class="QCheckBox" name="multipleIndicesCB" >
<property name="toolTip" >
<string>Check if you need multiple indices (e.g., an Index of Names)</string>
<string>Check if you need multiple indexes (e.g., an Index of Names)</string>
</property>
<property name="text" >
<string>&amp;Use multiple indices</string>
<string>&amp;Use multiple indexes</string>
</property>
</widget>
</item>

View File

@ -76,7 +76,7 @@
<item>
<widget class="QLabel" name="indicesLA" >
<property name="text" >
<string>A&amp;vailable indices:</string>
<string>A&amp;vailable indexes:</string>
</property>
<property name="buddy" >
<cstring>indicesCO</cstring>