Merge pull request #743 from mestaritonttu/patch-22

Fix grammar
This commit is contained in:
csoler 2017-03-10 15:39:22 +01:00 committed by GitHub
commit ed5779fdf8

View File

@ -451,14 +451,14 @@
<item> <item>
<widget class="QCheckBox" name="chatLobbies_CheckNickName"> <widget class="QCheckBox" name="chatLobbies_CheckNickName">
<property name="text"> <property name="text">
<string>Count occurences of my current identity</string> <string>Count occurrences of my current identity</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QCheckBox" name="chatLobbies_CountFollowingText"> <widget class="QCheckBox" name="chatLobbies_CountFollowingText">
<property name="text"> <property name="text">
<string>Count occurences of any of the following texts (separate by newlines):</string> <string>Count occurrences of any of the following texts (separate by newlines):</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -468,7 +468,7 @@
<item> <item>
<widget class="QCheckBox" name="chatLobbies_TextCaseSensitive"> <widget class="QCheckBox" name="chatLobbies_TextCaseSensitive">
<property name="toolTip"> <property name="toolTip">
<string>Checked, if the identity and the text above occurences must be in the same case to trigger count.</string> <string>Checked, if the identity and the text above occurrences must be in the same case to trigger count.</string>
</property> </property>
<property name="text"> <property name="text">
<string>Case sensitive</string> <string>Case sensitive</string>