mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-14 17:47:21 +01:00
Fix typo.
This commit is contained in:
parent
59bab63f9e
commit
6df368a805
@ -635,7 +635,7 @@ Authors of this application are NOT responsible for lost data.</string>
|
||||
<item row="0" column="0">
|
||||
<widget class="QCheckBox" name="m_checkEnableNotifications">
|
||||
<property name="text">
|
||||
<string>Enable popup baloon tooltips</string>
|
||||
<string>Enable popup balloon tooltips</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -67,7 +67,7 @@ class SystemTrayIcon : public QSystemTrayIcon {
|
||||
// application settings.
|
||||
static bool isSystemTrayActivated();
|
||||
|
||||
// Determines whether baloon tips are enabled or not on tray icons.
|
||||
// Determines whether balloon tips are enabled or not on tray icons.
|
||||
static bool areNotificationsEnabled();
|
||||
|
||||
public slots:
|
||||
|
Loading…
Reference in New Issue
Block a user