]> git.lyx.org Git - features.git/commitdiff
Remove dialog titles from Qt's *.ui files from Michael
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 7 May 2005 12:12:25 +0000 (12:12 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 7 May 2005 12:12:25 +0000 (12:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9918 a592a061-630c-0410-9148-cb99ea01b6c8

67 files changed:
src/frontends/qt2/ChangeLog
src/frontends/qt2/ui/BiblioModuleBase.ui
src/frontends/qt2/ui/BranchesModuleBase.ui
src/frontends/qt2/ui/BulletsModuleBase.ui
src/frontends/qt2/ui/LaTeXModuleBase.ui
src/frontends/qt2/ui/LanguageModuleBase.ui
src/frontends/qt2/ui/MarginsModuleBase.ui
src/frontends/qt2/ui/MathsModuleBase.ui
src/frontends/qt2/ui/NumberingModuleBase.ui
src/frontends/qt2/ui/PageLayoutModuleBase.ui
src/frontends/qt2/ui/PreambleModuleBase.ui
src/frontends/qt2/ui/QAboutDialogBase.ui
src/frontends/qt2/ui/QBibitemDialogBase.ui
src/frontends/qt2/ui/QBibtexDialogBase.ui
src/frontends/qt2/ui/QBoxDialogBase.ui
src/frontends/qt2/ui/QBranchDialogBase.ui
src/frontends/qt2/ui/QChangesDialogBase.ui
src/frontends/qt2/ui/QCharacterDialogBase.ui
src/frontends/qt2/ui/QCitationDialogBase.ui
src/frontends/qt2/ui/QDelimiterDialogBase.ui
src/frontends/qt2/ui/QDocumentDialogBase.ui
src/frontends/qt2/ui/QERTDialogBase.ui
src/frontends/qt2/ui/QErrorListDialogBase.ui
src/frontends/qt2/ui/QExternalDialogBase.ui
src/frontends/qt2/ui/QFloatDialogBase.ui
src/frontends/qt2/ui/QGraphicsDialogBase.ui
src/frontends/qt2/ui/QIncludeDialogBase.ui
src/frontends/qt2/ui/QIndexDialogBase.ui
src/frontends/qt2/ui/QLogDialogBase.ui
src/frontends/qt2/ui/QMathDialogBase.ui
src/frontends/qt2/ui/QMathMatrixDialogBase.ui
src/frontends/qt2/ui/QNoteDialogBase.ui
src/frontends/qt2/ui/QParagraphDialogBase.ui
src/frontends/qt2/ui/QPreambleDialogBase.ui
src/frontends/qt2/ui/QPrefAsciiModule.ui
src/frontends/qt2/ui/QPrefColorsModule.ui
src/frontends/qt2/ui/QPrefConvertersModule.ui
src/frontends/qt2/ui/QPrefCopiersModule.ui
src/frontends/qt2/ui/QPrefCygwinPathModule.ui
src/frontends/qt2/ui/QPrefDateModule.ui
src/frontends/qt2/ui/QPrefDisplayModule.ui
src/frontends/qt2/ui/QPrefFileformatsModule.ui
src/frontends/qt2/ui/QPrefIdentityModule.ui
src/frontends/qt2/ui/QPrefKeyboardModule.ui
src/frontends/qt2/ui/QPrefLanguageModule.ui
src/frontends/qt2/ui/QPrefLatexModule.ui
src/frontends/qt2/ui/QPrefPathsModule.ui
src/frontends/qt2/ui/QPrefPrinterModule.ui
src/frontends/qt2/ui/QPrefScreenFontsModule.ui
src/frontends/qt2/ui/QPrefSpellcheckerModule.ui
src/frontends/qt2/ui/QPrefUIModule.ui
src/frontends/qt2/ui/QPrefsDialogBase.ui
src/frontends/qt2/ui/QPrintDialogBase.ui
src/frontends/qt2/ui/QRefDialogBase.ui
src/frontends/qt2/ui/QSearchDialogBase.ui
src/frontends/qt2/ui/QSendtoDialogBase.ui
src/frontends/qt2/ui/QShowFileDialogBase.ui
src/frontends/qt2/ui/QSpellcheckerDialogBase.ui
src/frontends/qt2/ui/QTabularCreateDialogBase.ui
src/frontends/qt2/ui/QTabularDialogBase.ui
src/frontends/qt2/ui/QTexinfoDialogBase.ui
src/frontends/qt2/ui/QThesaurusDialogBase.ui
src/frontends/qt2/ui/QTocDialogBase.ui
src/frontends/qt2/ui/QURLDialogBase.ui
src/frontends/qt2/ui/QVSpaceDialogBase.ui
src/frontends/qt2/ui/QWrapDialogBase.ui
src/frontends/qt2/ui/TextLayoutModuleBase.ui

index fec180a07409b6c80607a55838305b2a8f41f47e..ede22cdaa21e53aff1487d3b687b8248fee7beac 100644 (file)
@@ -1,3 +1,9 @@
+2005-05-06  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * ui/*.ui: remove captions: they are unused and pollute the po
+       files; add missing ":"; use terms "Bibliography" and "Citation"
+       consistently; change "pre-amble" to "preamble"
+
 2005-05-04  Angus Leeming  <leeming@lyx.org>
 
        * QPrefsDialog.C (QPrefsDialog): disable the spellCommandCO if
index b9fd26d3bdfc5e4336befb2dee381f9263ad1cae..d95ee18972da02105798ecf7a76dcb55edb16026 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Form1</string>
+        <string></string>
     </property>
     <grid>
         <property stdset="1">
@@ -38,7 +38,7 @@
             </property>
             <property stdset="1">
                 <name>title</name>
-                <string>Cite Style</string>
+                <string>Citation Style</string>
             </property>
             <grid>
                 <property stdset="1">
index a1f7edda2007fa87ddce26d87ee71e147c7d974b..25d13315cbbb9009af73b916494f1a0fbde6fb6e 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Form2</string>
+        <string></string>
     </property>
     <grid>
         <property stdset="1">
index 92a2d19ee3357d744dfd2fc9abee4310faca3eee..627436250361f1c8d060ccf87f0e5e60f1ade688 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Form1</string>
+        <string></string>
     </property>
     <vbox>
         <property stdset="1">
index a1aa572febf3f6ada28ae92774f0ca1e376c447b..c6d3107676f22dd8e846259a69d9217da7a7b731 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Form1</string>
+        <string></string>
     </property>
     <hbox>
         <property stdset="1">
index f655898bc5a01cd9784474d9d20edd8cbd58638d..30e4540af96b770adef498be6889fb06fa6a18e0 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Form1</string>
+        <string></string>
     </property>
     <grid>
         <property stdset="1">
index d8ec01c51bbaa115bfe0ab542ae7506d60ef451b..a8923e465c6d4de748f85c70458e9c624f1bf7b4 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Form1</string>
+        <string></string>
     </property>
     <grid>
         <property stdset="1">
index e268c0b12f87b01b3e6e1c870d199cf7d4066ced..b920cb99817bdbc798a75a3e77216f26a941f5b7 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Form1</string>
+        <string></string>
     </property>
     <vbox>
         <property stdset="1">
index 41dea2f760df5cb03043249ff0eff2f79d59172e..a6a370f6100fc9c8c64c59d8a2b203a396e9c273 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Form2</string>
+        <string></string>
     </property>
     <vbox>
         <property stdset="1">
index a0a829f6b0f2e238d5acf1378022289e1d7e63ae..7123569930d58e372f7807b95f4c8afea578d665 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Form1</string>
+        <string></string>
     </property>
     <vbox>
         <property stdset="1">
index 283664e7e74cee5cddb9bdbae5e7c67fa847095f..ca3a6bd08e0fc51b95c22d9bb7ad6295eb070739 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Form1</string>
+        <string></string>
     </property>
     <grid>
         <property stdset="1">
index bdd3b57f28f7a98f4fff6d96cbc18018f345d1d8..133098d2d761e5dc48d1b56c2a6f7410151fc863 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>About LyX</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index e43f29ddf36034f559acc95f41d94ce830df1a59..f48d440bafb3e134477466506c1776d9c3a80da4 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Index</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
@@ -57,7 +57,7 @@
                     </property>
                     <property stdset="1">
                         <name>text</name>
-                        <string>&amp;Key</string>
+                        <string>&amp;Key:</string>
                     </property>
                     <property>
                         <name>buddy</name>
@@ -65,7 +65,7 @@
                     </property>
                     <property>
                         <name>toolTip</name>
-                        <string>The citation key</string>
+                        <string>The bibliography key</string>
                     </property>
                 </widget>
                 <widget>
@@ -83,7 +83,7 @@
                     </property>
                     <property>
                         <name>toolTip</name>
-                        <string>The citation key</string>
+                        <string>The bibliography key</string>
                     </property>
                 </widget>
             </hbox>
                     </property>
                     <property stdset="1">
                         <name>text</name>
-                        <string>&amp;Label</string>
+                        <string>&amp;Label:</string>
                     </property>
                     <property>
                         <name>buddy</name>
index c934965ca7d69644c348b24cb8dcb361fbef37a4..80a030c40f9f0120838766239534d7370fc2b8f9 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>BibTeX</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index 9d573856589e69e4b3f8b979ed5bd19d48630c36..f7229167db5cd6f2b21e0c120b85cdc2cfc824e9 100644 (file)
@@ -20,7 +20,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Box settings</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index 9adba38ee5d479232b848d85f5c52436fe9d18a3..90bbeb0385e2282b3cc369cc645f012c4749a89e 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Branch Settings</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index 890e5a1f7d8ce3376e5d84146c54b2ecf6cd1011..8dac74fb4f1da7cf55d9cc4376590044de7e926e 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Changes</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index 23ffd84ac0e4d3624d459c2a44fb9fa2fc95d69d..9d9352f29edbb5f244dea8e2048a8c382d11fd80 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Character</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index 4b78a84edc28aa6f2beadcad42f72ee17d44b0c3..86da5b7bf6d9efcf3c6726e531a81e40f9cbfc78 100644 (file)
@@ -26,7 +26,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Citation</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index d39d2becfbe4735840bdc23bdf1ff049de7c7295..4bf30d9bba9be62e8ef45311a5669629fd0e4e27 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Form1</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index 227b65ae61b4b3c837a7eceda5cd044e173e00ff..a36b029c0ea7a5ba21020f8af897d4f5aae9c73d 100644 (file)
@@ -26,7 +26,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Form1</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index 2f23ab6258b14748f52c5d1fb91366be30f87a9a..8b5d7bc6d609b07155caf5353204763c7ddcc6b5 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>ERT inset display</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index 4248ee0bb9b2e1b0a82c7c019e26ff5a062b4371..90118d39e5a86094cb158fb42ebe9fbb82ac5bc5 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Form1</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index 58736e2e617c84957e724eb301dde9147ff4378e..07fde7ca7b1e49b8e5b9e886b50db5fb6b2c0133 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>External Material</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index 96f1c3111d3f3c2f74b095d9b390a809a17e0140..a034671a993f6e16aea4c46069342e4c31a2ffcc 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Form1</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index cbc99ca7e4bbc1c06547604c0f3d8d593f8d110e..75f569363c57e0b0e77efc52e72612f9a5483b32 100644 (file)
@@ -26,7 +26,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Form1</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index 25fefaf5fad88988a1b09391b60e7fcf743cf22a..19475c7d22fc60cab8bf4829ad184171a8c6834f 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Include File</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index 81e6477c727c40ccdb9ea9469ae8ec3eb4610e30..e2cb454d165e5a2d15cecdebbed7fd0c57c15070 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Index</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index 157aa1c9dc4107d53e4060a125eae8c461fba2f8..8b0833cc306692151c4948cf88ae897c639b4c1c 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Log</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index b5e6e198b0b9b944325c625602c953e53d9d2c86..5e86440c35ba4b545440ab056333c533d5d715cc 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>LyX: Math Panel</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index f9a7ae05a3890e384be20f92d0c87d9bae12fef5..8fb0b5d9150964fadfae8679442f2eda48c7438b 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Insert matrix</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index b86b3c51dc94cc289f65a2a1d6df31293cc9c0c6..9609d0c60fd07fdd3cff5ea1439ae80b6cc76369 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Note Settings</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index 9a6fe5102fafaef776a69cde9fc541fa1a25d479..9c5f980f0b29e4c7cc524dd69b84aa0234cc7812 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Form1</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index cf4b4bfdf42129fda78adfa1079142364d5b355f..3b92707c100832a14aa8dd4351c7ac7d6e853edf 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>LaTeX pre-amble</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
@@ -42,7 +42,7 @@
             </property>
             <property>
                 <name>toolTip</name>
-                <string>The LaTeX pre-amble</string>
+                <string>The LaTeX preamble</string>
             </property>
         </widget>
         <widget>
@@ -76,7 +76,7 @@
                     </property>
                     <property>
                         <name>toolTip</name>
-                        <string>Edit the pre-amble in an external editor</string>
+                        <string>Edit the preamble in an external editor</string>
                     </property>
                 </widget>
                 <spacer>
index 7bbce2fdc5cf13eab2104dedd814cbe261432bbe..db0c2a1782eef0565415d70a0b82b36d70a96e35 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>ASCII settings</string>
+        <string></string>
     </property>
     <vbox>
         <property stdset="1">
index a92cadc6c9fb9d62d748644b7f72adfc579d3c91..547f23e2f48ded9621681d79bb8efe2654eaaa2b 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Colors</string>
+        <string></string>
     </property>
     <hbox>
         <property stdset="1">
index 6fb38ad860f7b60504107b1f523b862cec7088be..9fa8fd4a13d88da3ae887fa427e1fdcdd2aa2861 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>File Conversion</string>
+        <string></string>
     </property>
     <grid>
         <property stdset="1">
index d2455e4f707ccd4ebae034167b3b7c7518289194..9b7fb1df027015992726754e6b8cc006961b2c86 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>File Conversion</string>
+        <string></string>
     </property>
     <grid>
         <property stdset="1">
index 8e8139e5fa3f54a3357a84890df66084c8c9a69b..8bd4cf56f4eb33ff73ccc40371de8e5e8da91c33 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Cygwin Paths</string>
+        <string></string>
     </property>
     <spacer>
         <property>
index 8583034a41cef218e8539c9a13f19a9070b379a9..46550dad455750e335729f2d2f80f00cfb9de914 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Date Format</string>
+        <string></string>
     </property>
     <vbox>
         <property stdset="1">
index aa25e1933b19a4423865e075f20b8909a40a976b..81b7f9b6a5e44c97b19492b13d27d4d1c8c63ede 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Display insets</string>
+        <string></string>
     </property>
     <grid>
         <property stdset="1">
index c8d86b7de6e79d790fe85a2715a0a9195c3a2a80..659024eccd02424657a44bf39ed2628cee98197c 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>File Formats</string>
+        <string></string>
     </property>
     <grid>
         <property stdset="1">
index 1ce1a1c07d204690cd105da5d1228f6f539c6565..8110ff040fb9fa8addc83c7584b1f44bcc1f49f4 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Identity</string>
+        <string></string>
     </property>
     <vbox>
         <property stdset="1">
index e01f3ed0adb03f748980570fe283bd5491f960ac..6b1a05dbf37409ffe3b6d8ab2adf7b5c6489f652 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Keyboard</string>
+        <string></string>
     </property>
     <grid>
         <property stdset="1">
index f3de980084ec2048fd1d75a408d76e48301ae545..f2482e913054f4c009a3cf822fd99e413d71a060 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Language settings</string>
+        <string></string>
     </property>
     <grid>
         <property stdset="1">
index 19ea5b1e6888a6fd5a9753f37c5f5b1328ff2260..a516394c1d1fc54827f37acf3563390ee4e93ebd 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>LaTeX settings</string>
+        <string></string>
     </property>
     <vbox>
         <property stdset="1">
index 3201a546fd1df38df512662ac71deb4583aca139..99aede6312082a6acd71ea2ee5f8c818375ad46d 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Form1</string>
+        <string></string>
     </property>
     <vbox>
         <property stdset="1">
index b77e0d4096ed496bd458be1b8e9ce15140e748e4..adf378d59ecdfac7cd255e659cf91ea10ec97fa4 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Printer settings</string>
+        <string></string>
     </property>
     <vbox>
         <property stdset="1">
index 260977f674fd9f869a53f912683cf54c3fbdca05..e5ae6a9eaca4f57ed55cc9097f15553069bb33b3 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Screen Fonts</string>
+        <string></string>
     </property>
     <vbox>
         <property stdset="1">
index 5d6b5fe0af22271a7cf29fd7ce17fc4b76bfa9c5..9a4e86864d8aa63af9f8e19e1ee5320a9d8f20ab 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Spell checker</string>
+        <string></string>
     </property>
     <vbox>
         <property stdset="1">
index ae59a601020e059f4cb12fca18adedceff32b9fd..f65e7bcb8c8c2c56d30d00ffc6c3015911d48b7a 100644 (file)
@@ -26,7 +26,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>UI</string>
+        <string></string>
     </property>
     <vbox>
         <property stdset="1">
index 162f0b61ba87f381c9df0f216e699466e45de9d3..2a3c33ce99e6b609a7569f24742fa9504042b00b 100644 (file)
@@ -26,7 +26,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Preferences</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index 91d9f0711b14e2cd043c58f63b7592e20c4a19e5..48c6e7dd19fd3893e8afb6839c54f9c4b0539fd1 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Print</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
                     </property>
                     <property stdset="1">
                         <name>text</name>
-                        <string>P&amp;rinter</string>
+                        <string>P&amp;rinter:</string>
                     </property>
                     <property stdset="1">
                         <name>checked</name>
                     </property>
                     <property stdset="1">
                         <name>text</name>
-                        <string>&amp;File</string>
+                        <string>&amp;File:</string>
                     </property>
                     <property>
                         <name>toolTip</name>
index 81a6cdc1f3d68433b67a82329bb839f2ab75aea4..130cdd64766ba42c531e0a5e2f22b829e36cf4d4 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Reference</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
             </property>
             <property>
                 <name>toolTip</name>
-                <string>Reference as it appears in output</string>
+                <string>Cross-reference as it appears in output</string>
             </property>
         </widget>
         <widget row="3"  column="0" >
index c966f8031c6d98c340eb594e53565e7c8ece4b2f..8099535a000063f2e4cf1a55f8a7cede65893413 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Search and replace</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index 1537b28b84b96ae7770044a974d76009ac83520f..b3bd77492b85175fe7f2806c55d1a9a707515ddb 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Custom Export</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index 20d68fff98668ea89b33b985b24d7be1bcdcf7d5..894931ad9ec3df5e8ee28318cc421b8373d41188 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>File:</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index 37d6f8b2f7d9380b34b4d092fba4491fc33c11e3..33ecb1f8a893f0c9af3fb98076e6de2acc28e6a6 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Spellchecker</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index 6157f385ac61d0b0589886c663c28c879916d276..a7adefedbe98f8d30ef2120dbf328a1f97b2439c 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Insert table</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index f3195db4a09e6a944a7e6979fdfc7aeba65a0006..bf08a7f48800df61780c370c14b6ee2675a3c54d 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Table Settings</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index cc2a7bed9169b96b14b4ee6b743b78bf4bdb07a5..b16dd99007304adbb2a99210d8f330e2d41b5567 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Form1</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
                     </property>
                     <property>
                         <name>toolTip</name>
-                        <string>Built new file list</string>
+                        <string>Rebuild the file lists</string>
                     </property>
                 </widget>
                 <widget>
index e9cd6c377cff7c38f1e089448703fd4b7cd90b49..58d91add165b4af526fad9ea7e2284d4b1333d35 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Thesaurus</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index 854aaaa9629dcb891023fa005e1801941ce07c88..5eb58f606ebd85ac590f35250886fc7980e0da00 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Table Of Contents</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
@@ -57,7 +57,7 @@
                     </property>
                     <property stdset="1">
                         <name>text</name>
-                        <string>&amp;Type</string>
+                        <string>&amp;Type:</string>
                     </property>
                     <property>
                         <name>buddy</name>
index 82651ecac48f0f2b3581995c5e0b629119d44052..5ef4aa88a4111cd78eb0096e3d1206e65041d7f4 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Insert URL</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
@@ -42,7 +42,7 @@
             </property>
             <property stdset="1">
                 <name>text</name>
-                <string>&amp;URL</string>
+                <string>&amp;URL:</string>
             </property>
             <property>
                 <name>buddy</name>
@@ -61,7 +61,7 @@
             </property>
             <property stdset="1">
                 <name>text</name>
-                <string>&amp;Name</string>
+                <string>&amp;Name:</string>
             </property>
             <property>
                 <name>buddy</name>
index f9626c2f4e511cd91c09dcaed414d4a3bcd1affd..88dbb9449d8b5f032c827cdb189f630099190f58 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Form1</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index ddf6d1a4ce7d8dcb0f9056f85bd9844888556611..3b4eb217d4c84f33b6b7d957525648a1fb74ddec 100644 (file)
@@ -20,7 +20,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Wrap Options</string>
+        <string></string>
     </property>
     <property stdset="1">
         <name>sizeGripEnabled</name>
index f927a06cd5454f113da1710ee5ba682bb90f7f90..12dfccac4a6748a9737ad7abd7d6367c1e5907ee 100644 (file)
@@ -19,7 +19,7 @@
     </property>
     <property stdset="1">
         <name>caption</name>
-        <string>Form2</string>
+        <string></string>
     </property>
     <vbox>
         <property stdset="1">