diff --git a/qt-ui/about.cpp b/qt-ui/about.cpp index e2d815325..29abf6334 100644 --- a/qt-ui/about.cpp +++ b/qt-ui/about.cpp @@ -17,7 +17,7 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget* parent, Qt::WindowFlags f) ui.setupUi(this); ui.aboutLabel->setText(tr("" \ "Subsurface " VERSION_STRING "

" \ - "Multi-platform divelog software in C
" \ + "Multi-platform divelog software
" \ "Linus Torvalds, Dirk Hohndel, and others, 2011, 2012, 2013")); licenseButton = new QPushButton(tr("&License")); websiteButton = new QPushButton(tr("&Website"));