rename some messages -> articles

This commit is contained in:
Martin Rotter 2021-07-26 07:19:35 +02:00
parent b0ed000f39
commit 2dcf185344
3 changed files with 7 additions and 7 deletions

View File

@ -30,7 +30,7 @@
<url type="donation">https://martinrotter.github.io/donate/</url>
<content_rating type="oars-1.1" />
<releases>
<release version="3.9.2" date="2021-07-14"/>
<release version="3.9.2" date="2021-07-26"/>
</releases>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute>

@ -1 +1 @@
Subproject commit 9c10723bfbaf6cb85107d6ee16e0324e9e487749
Subproject commit 47f4125753452eff8800dbd6600c5a05540b15d9

View File

@ -23,7 +23,7 @@
<item row="4" column="0" colspan="3">
<widget class="QCheckBox" name="m_checkShrink">
<property name="text">
<string>Shrink database file</string>
<string>Optimize database file</string>
</property>
<property name="checked">
<bool>true</bool>
@ -33,7 +33,7 @@
<item row="0" column="0" colspan="3">
<widget class="QCheckBox" name="m_checkRemoveReadMessages">
<property name="text">
<string>Remove all read messages</string>
<string>Remove all read articles</string>
</property>
</widget>
</item>
@ -50,7 +50,7 @@
<item row="2" column="0" colspan="3">
<widget class="QCheckBox" name="m_checkRemoveRecycleBin">
<property name="text">
<string>Remove all messages from recycle bin</string>
<string>Remove all articles from recycle bin</string>
</property>
<property name="checked">
<bool>true</bool>
@ -60,7 +60,7 @@
<item row="5" column="0">
<widget class="QCheckBox" name="m_checkRemoveOldMessages">
<property name="text">
<string>Remove all messages older than</string>
<string>Remove all articles older than</string>
</property>
<property name="checked">
<bool>true</bool>
@ -83,7 +83,7 @@
<item row="1" column="0" colspan="3">
<widget class="QCheckBox" name="m_checkRemoveStarredMessages">
<property name="text">
<string>Remove all starred messages</string>
<string>Remove all starred articles</string>
</property>
</widget>
</item>