This commit is contained in:
Lasse Liehu 2015-08-29 12:14:41 +03:00
parent 6a70050a87
commit 117bf2fe1c
1 changed files with 1 additions and 1 deletions

View File

@ -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 <a href=\"https://pushover.net\">Pushover.net</a>."));
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 <a href=\"https://pushover.net\">Pushover.net</a>"), this));
}