Fix typo.

This commit is contained in:
Martin Rotter 2016-05-25 12:57:19 +02:00
parent 59bab63f9e
commit 6df368a805
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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: