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)); }