chatmonitor: Always -> "Include ignored buffers"
authorShane Synan <digitalcircuit36939@gmail.com>
Mon, 16 Jul 2018 20:49:01 +0000 (15:49 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 16 Jul 2018 22:56:23 +0000 (00:56 +0200)
Change the display string for 'alwaysOwn' from "Always" to
"Include ignored buffers", matching the option
"Include read messages".

No functional change, just minor UI tweak before string freeze.

src/qtui/settingspages/chatmonitorsettingspage.ui

index 57436a5..61e3e7c 100644 (file)
@@ -182,7 +182,7 @@ p, li { white-space: pre-wrap; }
         <string>Show own messages in chatmonitor even if the originating buffer is ignored</string>
        </property>
        <property name="text">
-        <string>Always</string>
+        <string>Include ignored buffers</string>
        </property>
       </widget>
      </item>