From 117bf2fe1c250bd4c821ec215f4b73c1edacda91 Mon Sep 17 00:00:00 2001 From: Lasse Liehu Date: Sat, 29 Aug 2015 12:14:41 +0300 Subject: [PATCH] Fix typo --- .../secondary_backends/pushover_backend/pushoversettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/secondary_backends/pushover_backend/pushoversettings.cpp b/src/plugins/secondary_backends/pushover_backend/pushoversettings.cpp index e678cfc..d1d9a95 100644 --- a/src/plugins/secondary_backends/pushover_backend/pushoversettings.cpp +++ b/src/plugins/secondary_backends/pushover_backend/pushoversettings.cpp @@ -30,7 +30,7 @@ PushoverSettings::PushoverSettings(Snore::SnorePlugin *plugin, QWidget *parent) { addRow(tr("User Key:"), m_keyLineEdit, tr("The user key which can be found on your account page at Pushover.net.")); addRow(tr("Sound:"), m_soundLineEdit, tr("The pushover sound that is played when a notification is received.")); - addRow(tr("Devices:"), m_deviceLineEdit, tr("The devices that are to recieve the notifications.")); + addRow(tr("Devices:"), m_deviceLineEdit, tr("The devices that are to receive the notifications.")); addRow(QString(), new QLabel(tr("If you don't have an account yet please register at Pushover.net"), this)); }