diff --git a/syncplay/ui/gui.py b/syncplay/ui/gui.py
index 0286b62..a1c5f40 100644
--- a/syncplay/ui/gui.py
+++ b/syncplay/ui/gui.py
@@ -258,7 +258,7 @@ class MainWindow(QtGui.QMainWindow):
window.contactLabel.setLineWidth(1)
window.contactLabel.setMidLineWidth(0)
window.contactLabel.setMargin(2)
- window.contactLabel.setText("Have an idea, bug report or feedback? E-mail devs@syncplay.pl, chat via the #Syncplay IRC channel on irc.freenode.net or raise an issue via GitHub. Also check out http://syncplay.pl/ for info, help and updates.")
+ window.contactLabel.setText("Have an idea, bug report or feedback? E-mail dev@syncplay.pl, chat via the #Syncplay IRC channel on irc.freenode.net or raise an issue via GitHub. Also check out http://syncplay.pl/ for info, help and updates.")
window.contactLabel.setTextInteractionFlags(Qt.LinksAccessibleByMouse)
window.contactLabel.setOpenExternalLinks(True)
window.listLayout.addWidget(window.contactLabel)