aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General')
-rw-r--r--src/plugins/General/kdenotify/kdenotifyfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/kdenotify/kdenotifyfactory.cpp b/src/plugins/General/kdenotify/kdenotifyfactory.cpp
index 9d55ec451..025b40af6 100644
--- a/src/plugins/General/kdenotify/kdenotifyfactory.cpp
+++ b/src/plugins/General/kdenotify/kdenotifyfactory.cpp
@@ -48,7 +48,7 @@ void KdeNotifyFactory::showAbout(QWidget *parent)
{
QMessageBox::about (parent, tr("About KDE Notification Plugin"),
tr("KDE notification plugin for Qmmp") + "<br>"
- "Artur Guzik <a.guzik88@gmail.com>");
+ "Artur Guzik &lt;a.guzik88@gmail.com&gt;");
}
QString KdeNotifyFactory::translation() const