diff --git a/qt-ui/about.cpp b/qt-ui/about.cpp index 804d73b7c..c97bde673 100644 --- a/qt-ui/about.cpp +++ b/qt-ui/about.cpp @@ -12,7 +12,9 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget* parent, Qt::WindowFlags f) ui.aboutLabel->setText(tr("" \ "Subsurface %1

" \ "Multi-platform divelog software
" \ - "Linus Torvalds, Dirk Hohndel, and others, 2011-2014").arg(VERSION_STRING)); + "" \ + "Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, and others, 2011-2014" \ + "").arg(VERSION_STRING)); } void SubsurfaceAbout::on_licenseButton_clicked()