mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-23 23:09:09 +00:00
Fix typo
This commit is contained in:
parent
6a70050a87
commit
117bf2fe1c
@ -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));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user