Fix string text in ignorelist hint.
authorTomáš Chvátal <scarabeus@gentoo.org>
Tue, 15 Sep 2009 10:30:40 +0000 (12:30 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 15 Sep 2009 14:01:02 +0000 (16:01 +0200)
src/qtui/settingspages/ignorelisteditdlg.ui

index d20dffe..d6b32a2 100644 (file)
@@ -113,7 +113,7 @@ Whenever you disable/delete the ignore rule, the messages are shown again.&lt;/p
         <item>
          <widget class="QCheckBox" name="isRegExCheckBox">
           <property name="toolTip">
-           <string>&lt;p&gt;&lt;b&gt;Use RegularExpressions:&lt;/b&gt;&lt;/p&gt;
+           <string>&lt;p&gt;&lt;b&gt;Use regular expressions:&lt;/b&gt;&lt;/p&gt;
 &lt;p&gt;If enabled, rules follow regular expression syntax.&lt;/p&gt;
 &lt;p&gt;Otherwise rules allow wildcard matching with the following special characters:&lt;/p&gt;
 &lt;p&gt; *: representing &quot;any amount of any character&quot;