Browse Source

Capitalize items

adaptive-webui-19844
Chocobo1 9 years ago
parent
commit
65d3ca8c3f
  1. 4
      src/gui/rss/automatedrssdownloader.cpp
  2. 30
      src/gui/rss/automatedrssdownloader.ui

4
src/gui/rss/automatedrssdownloader.cpp

@ -260,9 +260,9 @@ void AutomatedRssDownloader::updateRuleDefinitionBox()
QDateTime dateTime = rule->lastMatch(); QDateTime dateTime = rule->lastMatch();
QString lMatch; QString lMatch;
if (dateTime.isValid()) if (dateTime.isValid())
lMatch = tr("Last match: %1 days ago").arg(dateTime.daysTo(QDateTime::currentDateTime())); lMatch = tr("Last Match: %1 days ago").arg(dateTime.daysTo(QDateTime::currentDateTime()));
else else
lMatch = tr("Last match: Unknown"); lMatch = tr("Last Match: Unknown");
ui->lblLastMatch->setText(lMatch); ui->lblLastMatch->setText(lMatch);
updateMustLineValidity(); updateMustLineValidity();
updateMustNotLineValidity(); updateMustNotLineValidity();

30
src/gui/rss/automatedrssdownloader.ui

@ -23,7 +23,7 @@
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>Enable the automated RSS downloader</string> <string>Enable Automated RSS Downloader</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -45,7 +45,7 @@
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>Download rules</string> <string>Download Rules</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -85,13 +85,13 @@
<item> <item>
<widget class="QGroupBox" name="ruleDefBox"> <widget class="QGroupBox" name="ruleDefBox">
<property name="title"> <property name="title">
<string>Rule definition</string> <string>Rule Definition</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_6"> <layout class="QVBoxLayout" name="verticalLayout_6">
<item> <item>
<widget class="QCheckBox" name="checkRegex"> <widget class="QCheckBox" name="checkRegex">
<property name="text"> <property name="text">
<string>Use regular expressions</string> <string>Use Regular Expressions</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -100,14 +100,14 @@
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label_4"> <widget class="QLabel" name="label_4">
<property name="text"> <property name="text">
<string>Must contain:</string> <string>Must Contain:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="label_5"> <widget class="QLabel" name="label_5">
<property name="text"> <property name="text">
<string>Must not contain:</string> <string>Must Not Contain:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -177,7 +177,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>Assign label:</string> <string>Assign Label:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -193,7 +193,7 @@
<item> <item>
<widget class="QCheckBox" name="saveDiffDir_check"> <widget class="QCheckBox" name="saveDiffDir_check">
<property name="text"> <property name="text">
<string>Save to a different directory</string> <string>Save to a Different Directory</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -233,7 +233,7 @@
<item> <item>
<widget class="QLabel" name="lblIgnoreDays"> <widget class="QLabel" name="lblIgnoreDays">
<property name="text"> <property name="text">
<string comment="... X days">Ignore subsequent matches for (0 to disable)</string> <string comment="... X days">Ignore Subsequent Matches for (0 to Disable)</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -246,7 +246,7 @@
<string> days</string> <string> days</string>
</property> </property>
<property name="maximum"> <property name="maximum">
<number>360</number> <number>365</number>
</property> </property>
</widget> </widget>
</item> </item>
@ -281,17 +281,17 @@
<widget class="QComboBox" name="comboAddPaused"> <widget class="QComboBox" name="comboAddPaused">
<item> <item>
<property name="text"> <property name="text">
<string>Use global setting</string> <string>Use global settings</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text"> <property name="text">
<string>Always add paused</string> <string>Always</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text"> <property name="text">
<string>Never add paused</string> <string>Never</string>
</property> </property>
</item> </item>
</widget> </widget>
@ -312,7 +312,7 @@
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>Apply rule to feeds:</string> <string>Apply Rule to Feeds:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -334,7 +334,7 @@
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>Matching RSS articles</string> <string>Matching RSS Articles</string>
</property> </property>
</widget> </widget>
</item> </item>

Loading…
Cancel
Save