[kde-doc-english] [skrooge] /: Fix minor typos
Yuri Chornoivan
yurchor at ukr.net
Thu Apr 2 05:36:24 UTC 2015
Git commit 38cfe5acc556c6537ca5b247c245e94ec22113fb by Yuri Chornoivan.
Committed on 02/04/2015 at 05:36.
Pushed by yurchor into branch 'master'.
Fix minor typos
M +1 -1 doc/index.docbook
M +1 -1 skgbasegui/skgfilteredtableview.ui
http://commits.kde.org/skrooge/38cfe5acc556c6537ca5b247c245e94ec22113fb
diff --git a/doc/index.docbook b/doc/index.docbook
index 20d3c88..afa5c29 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -595,7 +595,7 @@
<itemizedlist>
<listitem><para>+val1 +val2 => Keep lines containing val1 OR val2</para></listitem>
<listitem><para>+val1 -val2 => Keep lines containing val1 but NOT val2</para></listitem>
- <listitem><para>"abc def" => Keep lines containing the sentense "abc def"</para></listitem>
+ <listitem><para>"abc def" => Keep lines containing the sentence "abc def"</para></listitem>
<listitem><para>abc:def => Keep lines having a column name starting by abc and containing def</para></listitem>
<listitem><para>:abc:def => Keep lines containing "abc:def"</para></listitem>
</itemizedlist>
diff --git a/skgbasegui/skgfilteredtableview.ui b/skgbasegui/skgfilteredtableview.ui
index c225272..ef8cfc2 100644
--- a/skgbasegui/skgfilteredtableview.ui
+++ b/skgbasegui/skgfilteredtableview.ui
@@ -101,7 +101,7 @@
<enum>Qt::WheelFocus</enum>
</property>
<property name="toolTip">
- <string><html><head/><body><p>Searching is case-insensitive. So table, Table, and TABLE are all the same.<br/>If you just put a word or series of words in the search box, the application will filter the table to keep all lines having these words (logical operator AND). <br/>If you want to add (logical operator OR) some line, you must prefix your word by "+".<br/>If you want to remove (logical operator NOT) some line, you must prefix your word by "-".<br/>If you want to search only on one column, you must prefix your word by the column name like: col1:word.</p><p>If you want to use the character ":" in value, you must specify the column name like this: col1:value:rest.<br/>If you want to search for a phrase or something that contains spaces, you must put it in quotes, like: "yes, this is a phrase".</p><p><span style=" font-weight:600; text-decoration: underline;">Examples:</span><br/>+val1 +val2 => Keep lines containing val1 OR val2<br/>+val1 -val2 => Keep lines containing val1 but NOT val2<br/>"abc def" => Keep lines containing the sentense "abc def" <br/>abc:def => Keep lines having a column name starting by abc and containing def<br/>:abc:def => Keep lines containing "abc:def"</p></body></html></string>
+ <string><html><head/><body><p>Searching is case-insensitive. So table, Table, and TABLE are all the same.<br/>If you just put a word or series of words in the search box, the application will filter the table to keep all lines having these words (logical operator AND). <br/>If you want to add (logical operator OR) some line, you must prefix your word by "+".<br/>If you want to remove (logical operator NOT) some line, you must prefix your word by "-".<br/>If you want to search only on one column, you must prefix your word by the column name like: col1:word.</p><p>If you want to use the character ":" in value, you must specify the column name like this: col1:value:rest.<br/>If you want to search for a phrase or something that contains spaces, you must put it in quotes, like: "yes, this is a phrase".</p><p><span style=" font-weight:600; text-decoration: underline;">Examples:</span><br/>+val1 +val2 => Keep lines containing val1 OR val2<br/>+val1 -val2 => Keep lines containing val1 but NOT val2<br/>"abc def" => Keep lines containing the sentence "abc def" <br/>abc:def => Keep lines having a column name starting by abc and containing def<br/>:abc:def => Keep lines containing "abc:def"</p></body></html></string>
</property>
</widget>
</item>
More information about the kde-doc-english
mailing list