fix some mistakes
This commit is contained in:
parent
0c10e8fe02
commit
e8c84dc748
@ -26,7 +26,7 @@
|
|||||||
<url type="donation">https://github.com/sponsors/martinrotter</url>
|
<url type="donation">https://github.com/sponsors/martinrotter</url>
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
<releases>
|
<releases>
|
||||||
<release version="4.2.0" date="2022-03-16"/>
|
<release version="4.2.0" date="2022-03-17"/>
|
||||||
</releases>
|
</releases>
|
||||||
<content_rating type="oars-1.0">
|
<content_rating type="oars-1.0">
|
||||||
<content_attribute id="violence-cartoon">none</content_attribute>
|
<content_attribute id="violence-cartoon">none</content_attribute>
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
<color key="FgSelectedError">#910303</color>
|
<color key="FgSelectedError">#910303</color>
|
||||||
<color key="Allright">#44AA44</color>
|
<color key="Allright">#44AA44</color>
|
||||||
</palette>
|
</palette>
|
||||||
|
<forced-styles></forced-styles>
|
||||||
<forced-skin-colors>false</forced-skin-colors>
|
<forced-skin-colors>false</forced-skin-colors>
|
||||||
<style-palette>
|
<style-palette>
|
||||||
<group id="All">
|
<group id="All">
|
||||||
|
@ -10,4 +10,6 @@
|
|||||||
<color key="FgSelectedError">#FFD7D7</color>
|
<color key="FgSelectedError">#FFD7D7</color>
|
||||||
<color key="Allright">#77dd77</color>
|
<color key="Allright">#77dd77</color>
|
||||||
</palette>
|
</palette>
|
||||||
|
<forced-styles></forced-styles>
|
||||||
|
<forced-skin-colors>false</forced-skin-colors>
|
||||||
</skin>
|
</skin>
|
@ -276,7 +276,7 @@ void MessagesModel::setupHeaderData() {
|
|||||||
<< tr("List of attachments.")
|
<< tr("List of attachments.")
|
||||||
<< tr("Score of the article.")
|
<< tr("Score of the article.")
|
||||||
<< tr("Account ID of the article.")
|
<< tr("Account ID of the article.")
|
||||||
<< tr("Custom ID of the article")
|
<< tr("Custom ID of the article.")
|
||||||
<< tr("Custom hash of the article.")
|
<< tr("Custom hash of the article.")
|
||||||
<< tr("Custom ID of feed of the article.")
|
<< tr("Custom ID of feed of the article.")
|
||||||
<< tr("Indication of enclosures presence within the article.");
|
<< tr("Indication of enclosures presence within the article.");
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="BaseLineEdit" name="m_txtSearch">
|
<widget class="BaseLineEdit" name="m_txtSearch">
|
||||||
<property name="placeholderText">
|
<property name="placeholderText">
|
||||||
<string>Seach text</string>
|
<string>Search text</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user