From 6df368a805aa903ba8580f3585cea0d618af317e Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 25 May 2016 12:57:19 +0200 Subject: [PATCH] Fix typo. --- src/gui/dialogs/formsettings.ui | 2 +- src/gui/systemtrayicon.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/dialogs/formsettings.ui b/src/gui/dialogs/formsettings.ui index 60dfa123b..edc3cf024 100755 --- a/src/gui/dialogs/formsettings.ui +++ b/src/gui/dialogs/formsettings.ui @@ -635,7 +635,7 @@ Authors of this application are NOT responsible for lost data. - Enable popup baloon tooltips + Enable popup balloon tooltips diff --git a/src/gui/systemtrayicon.h b/src/gui/systemtrayicon.h index 32777b6af..ab56f9801 100755 --- a/src/gui/systemtrayicon.h +++ b/src/gui/systemtrayicon.h @@ -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: