Default delay + fix typo.

This commit is contained in:
Martin Rotter 2020-06-03 14:16:36 +02:00
parent 35f8936292
commit 9ac087b10e
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
#define MIN_CATEGORY_NAME_LENGTH 1
#define DEFAULT_AUTO_UPDATE_INTERVAL 15
#define AUTO_UPDATE_INTERVAL 60000
#define STARTUP_UPDATE_DELAY 3.0 // In seconds.
#define STARTUP_UPDATE_DELAY 15.0 // In seconds.
#define TIMEZONE_OFFSET_LIMIT 6
#define CHANGE_EVENT_DELAY 250
#define FLAG_ICON_SUBFOLDER "flags"

View File

@ -38,7 +38,7 @@
<item>
<widget class="QCheckBox" name="m_checkUpdateAllFeedsOnStartup">
<property name="text">
<string>Update all feed on application startup with initial delay of</string>
<string>Update all feeds on application startup with initial delay of</string>
</property>
</widget>
</item>