diff --git a/qt-ui/about.cpp b/qt-ui/about.cpp
index dd9431c50..0a6489d93 100644
--- a/qt-ui/about.cpp
+++ b/qt-ui/about.cpp
@@ -19,7 +19,7 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget* parent, Qt::WindowFlags f)
ui.aboutLabel->setText(tr("" \
"Subsurface %1
" \
"Multi-platform divelog software
" \
- "Linus Torvalds, Dirk Hohndel, and others, 2011, 2012, 2013").arg(VERSION_STRING));
+ "Linus Torvalds, Dirk Hohndel, and others, 2011-2014").arg(VERSION_STRING));
licenseButton = new QPushButton(tr("&License"));
websiteButton = new QPushButton(tr("&Website"));
ui.buttonBox->addButton(licenseButton, QDialogButtonBox::ActionRole);