From 9130bb77986495a5671cece425d73cbc8f3ca6fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves=20Fern=C3=A1ndez=20=28Gallaecio=29?= Date: Thu, 27 Aug 2015 07:12:08 +0200 Subject: [PATCH] =?UTF-8?q?that=20it=20played=20=E2=86=92=20that=20is=20pl?= =?UTF-8?q?ayed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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 890fda3..e678cfc 100644 --- a/src/plugins/secondary_backends/pushover_backend/pushoversettings.cpp +++ b/src/plugins/secondary_backends/pushover_backend/pushoversettings.cpp @@ -29,7 +29,7 @@ PushoverSettings::PushoverSettings(Snore::SnorePlugin *plugin, QWidget *parent) m_deviceLineEdit(new QLineEdit(this)) { 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 it played when a notification is received.")); + 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(QString(), new QLabel(tr("If you don't have an account yet please register at Pushover.net"), this)); }