small fixes on label strings

This commit is contained in:
dockes 2006-10-20 08:29:54 +00:00
parent 3962e43dea
commit afb70d7a12
3 changed files with 3 additions and 30 deletions

View File

@ -52,7 +52,7 @@
<string>Search for files&lt;br&gt;having all of:</string> <string>Search for files&lt;br&gt;having all of:</string>
</property> </property>
<property name="toolTip" stdset="0"> <property name="toolTip" stdset="0">
<string>All non blank fields will be combined with AND conjunctions. &lt;br&gt;All fields except "exact phrase" can accept a mix of simple words, and phrases enclosed in double quotes.</string> <string>All non blank fields will be combined with AND conjunctions. &lt;br&gt;All fields except "exact phrase" can accept a mix of simple words, and phrases enclosed in double quotes.&lt;br&gt;There are two &lt;em&gt;Any of these&lt;/em&gt; fields so you can search for things like: &lt;br&gt;&lt;em&gt;(apple OR pear) AND (green OR sour)&lt;/em&gt;</string>
</property> </property>
</widget> </widget>
<widget class="QLayoutWidget"> <widget class="QLayoutWidget">

View File

@ -159,9 +159,6 @@
<property name="name"> <property name="name">
<cstring>fileExitAction</cstring> <cstring>fileExitAction</cstring>
</property> </property>
<property name="text">
<string>Exit</string>
</property>
<property name="menuText"> <property name="menuText">
<string>E&amp;xit</string> <string>E&amp;xit</string>
</property> </property>
@ -173,9 +170,6 @@
<property name="name"> <property name="name">
<cstring>fileStart_IndexingAction</cstring> <cstring>fileStart_IndexingAction</cstring>
</property> </property>
<property name="text">
<string>Update index</string>
</property>
<property name="menuText"> <property name="menuText">
<string>Update &amp;index</string> <string>Update &amp;index</string>
</property> </property>
@ -184,9 +178,6 @@
<property name="name"> <property name="name">
<cstring>helpAbout_RecollAction</cstring> <cstring>helpAbout_RecollAction</cstring>
</property> </property>
<property name="text">
<string>About Recoll</string>
</property>
<property name="menuText"> <property name="menuText">
<string>&amp;About Recoll</string> <string>&amp;About Recoll</string>
</property> </property>
@ -195,9 +186,6 @@
<property name="name"> <property name="name">
<cstring>userManualAction</cstring> <cstring>userManualAction</cstring>
</property> </property>
<property name="text">
<string>User manual</string>
</property>
<property name="menuText"> <property name="menuText">
<string>&amp;User manual</string> <string>&amp;User manual</string>
</property> </property>
@ -209,9 +197,6 @@
<property name="iconSet"> <property name="iconSet">
<iconset>history.png</iconset> <iconset>history.png</iconset>
</property> </property>
<property name="text">
<string>Document &amp;History</string>
</property>
<property name="menuText"> <property name="menuText">
<string>Document &amp;History</string> <string>Document &amp;History</string>
</property> </property>
@ -226,9 +211,6 @@
<property name="iconSet"> <property name="iconSet">
<iconset>asearch.png</iconset> <iconset>asearch.png</iconset>
</property> </property>
<property name="text">
<string>Advanced Search</string>
</property>
<property name="menuText"> <property name="menuText">
<string>&amp;Advanced Search</string> <string>&amp;Advanced Search</string>
</property> </property>
@ -243,9 +225,6 @@
<property name="iconSet"> <property name="iconSet">
<iconset>sortparms.png</iconset> <iconset>sortparms.png</iconset>
</property> </property>
<property name="text">
<string>&amp;Sort parameters</string>
</property>
<property name="menuText"> <property name="menuText">
<string>&amp;Sort parameters</string> <string>&amp;Sort parameters</string>
</property> </property>
@ -260,11 +239,8 @@
<property name="iconSet"> <property name="iconSet">
<iconset>spell.png</iconset> <iconset>spell.png</iconset>
</property> </property>
<property name="text">
<string>Spelling expansion</string>
</property>
<property name="menuText"> <property name="menuText">
<string>Spelling expansion</string> <string>Spelling &amp;expansion</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Spelling expansion tool</string> <string>Spelling expansion tool</string>
@ -308,9 +284,6 @@
<property name="name"> <property name="name">
<cstring>preferencesQuery_PrefsAction</cstring> <cstring>preferencesQuery_PrefsAction</cstring>
</property> </property>
<property name="text">
<string>&amp;Query configuration</string>
</property>
<property name="menuText"> <property name="menuText">
<string>&amp;Query configuration</string> <string>&amp;Query configuration</string>
</property> </property>

View File

@ -254,7 +254,7 @@
<cstring>autoPhraseCB</cstring> <cstring>autoPhraseCB</cstring>
</property> </property>
<property name="text"> <property name="text">
<string>Automatically add phrase to simple searchs</string> <string>Automatically add phrase to simple searches</string>
</property> </property>
<property name="toolTip" stdset="0"> <property name="toolTip" stdset="0">
<string>A search for [rolling stones] (2 terms) will be changed to [rolling or stones or (rolling phrase 2 stones)].</string> <string>A search for [rolling stones] (2 terms) will be changed to [rolling or stones or (rolling phrase 2 stones)].</string>