[kde-doc-english] [skrooge] /: Syntax error

Stephane Mankowski stephane at mankowski.fr
Fri Apr 3 22:10:47 UTC 2015


Git commit ae93413d8a1b304661f41f107f19023c5f02ba21 by Stephane Mankowski.
Committed on 03/04/2015 at 22:10.
Pushed by smankowski into branch 'master'.

Syntax error

M  +2    -2    doc/index.docbook
M  +1    -1    skgbasegui/skgfilteredtableview.ui

http://commits.kde.org/skrooge/ae93413d8a1b304661f41f107f19023c5f02ba21

diff --git a/doc/index.docbook b/doc/index.docbook
index 1de31c9..e07b256 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -583,8 +583,8 @@
 	    <itemizedlist>
 		<listitem><para>Searching is case-insensitive. So table, Table, and TABLE are all the same.</para></listitem>
 		<listitem><para>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).</para></listitem>
-		<listitem><para>If you want to add (logical operator OR) some line, you must prefix your word by "+".</para></listitem>
-		<listitem><para>If you want to remove (logical operator NOT) some line, you must prefix your word by "-".</para></listitem>
+		<listitem><para>If you want to add (logical operator OR) some lines, you must prefix your word by "+".</para></listitem>
+		<listitem><para>If you want to remove (logical operator NOT) some lines, you must prefix your word by "-".</para></listitem>
 		<listitem><para>If you want to search only on one column, you must prefix your word by the column name like: col1:word.</para></listitem>
 		<listitem><para>If you want to use the character ":" in value, you must specify the column name like this: col1:value:rest.</para></listitem>
 		<listitem><para>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".</para></listitem>
diff --git a/skgbasegui/skgfilteredtableview.ui b/skgbasegui/skgfilteredtableview.ui
index 35371fa..596c3df 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 &quot;+&quot;.<br/>If you want to remove (logical operator NOT) some line, you must prefix your word by &quot;-&quot;.<br/>If you want to search only on one column, you must prefix your word by the column name like: col1:word.<br/>If you want to use the character &quot;:&quot; 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: &quot;yes, this is a phrase&quot;.</p><p>You can also use operator &quot;&lt;&quot; and &quot;&gt;&quot;.</p><p><span style=" font-weight:600; text-decoration: underline;">Examples:</span><br/>+val1 +val2 =&gt; Keep lines containing val1 OR val2<br/>+val1 -val2 =&gt; Keep lines containing val1 but NOT val2<br/>&quot;abc def&quot; =&gt; Keep lines containing the sentence &quot;abc def&quot; <br/>&quot;-att:abc def&quot; =&gt; Remove lines having a column name starting by abc and containing &quot;abc def&quot; <br/>abc:def =&gt; Keep lines having a column name starting by abc and containing def<br/>:abc:def =&gt; Keep lines containing &quot;abc:def&quot;<br/>Date&gt;2015-03-01 =&gt; Keep lines where Date attribute is greater than 2015-03-01<br/>Amount&lt;10 =&gt;Keep lines where Amount attribute is less than 10</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 lines, you must prefix your word by &quot;+&quot;.<br/>If you want to remove (logical operator NOT) some lines, you must prefix your word by &quot;-&quot;.<br/>If you want to search only on one column, you must prefix your word by the column name like: col1:word.<br/>If you want to use the character &quot;:&quot; 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: &quot;yes, this is a phrase&quot;.</p><p>You can also use operator &quot;&lt;&quot; and &quot;&gt;&quot;.</p><p><span style=" font-weight:600; text-decoration: underline;">Examples:</span><br/>+val1 +val2 =&gt; Keep lines containing val1 OR val2<br/>+val1 -val2 =&gt; Keep lines containing val1 but NOT val2<br/>&quot;abc def&quot; =&gt; Keep lines containing the sentence &quot;abc def&quot; <br/>&quot;-att:abc def&quot; =&gt; Remove lines having a column name starting by abc and containing &quot;abc def&quot; <br/>abc:def =&gt; Keep lines having a column name starting by abc and containing def<br/>:abc:def =&gt; Keep lines containing &quot;abc:def&quot;<br/>Date&gt;2015-03-01 =&gt; Keep lines where Date attribute is greater than 2015-03-01<br/>Amount&lt;10 =&gt;Keep lines where Amount attribute is less than 10</p></body></html></string>
        </property>
       </widget>
      </item>


More information about the kde-doc-english mailing list