that it played → that is played

This commit is contained in:
Adrián Chaves Fernández (Gallaecio) 2015-08-27 07:12:08 +02:00
parent ed58774100
commit 9130bb7798
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ PushoverSettings::PushoverSettings(Snore::SnorePlugin *plugin, QWidget *parent)
m_deviceLineEdit(new QLineEdit(this)) m_deviceLineEdit(new QLineEdit(this))
{ {
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("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 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(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 <a href=\"https://pushover.net\">Pushover.net</a>"), this)); 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));
} }