]> git.lyx.org Git - features.git/commitdiff
indices -> indexes.
authorJürgen Spitzmüller <spitz@lyx.org>
Sat, 2 May 2009 15:54:45 +0000 (15:54 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sat, 2 May 2009 15:54:45 +0000 (15:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29496 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/stdcontext.inc
src/frontends/qt4/GuiDocument.cpp
src/frontends/qt4/GuiPrintindex.cpp
src/frontends/qt4/ui/IndicesUi.ui
src/frontends/qt4/ui/PrintindexUi.ui

index a3b5e7ed43a8d9d5c668b34f5ed93032ab52ad2b..f200ec5bb0ecd76bf9fe61be60d1beed5a2d3be3 100644 (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"
index c5a63ce661ec72afa823eaecdc97ae943deb8ff0..7753cc13f26129699ffffae3bbb525b4c9fdc77a 100644 (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"));
index ef9e0fac6045f7cae8c5107a65060adef91bc784..3542ebfdef81af1b967e23c5aaba475e695ab1ac 100644 (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();
index c9407d783db6e253da7ded4a41866e1b62337809..1dcb47363a9edea824528f2e09bd41ab777e34ee 100644 (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>
    <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>
index 3cc6d07bb6adfea1ad2c0b2aed1066618130e926..ea49cbf434d92df6b085460e73c7efd68eeedc2c 100644 (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>