summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qt-ui/about.cpp2
1 files changed, 1 insertions, 1 deletions
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("<span style='font-size: 18pt; font-weight: bold;'>" \
"Subsurface " VERSION_STRING "</span><br><br>" \
- "Multi-platform divelog software in C<br>" \
+ "Multi-platform divelog software<br>" \
"<span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, and others, 2011, 2012, 2013</span>"));
licenseButton = new QPushButton(tr("&License"));
websiteButton = new QPushButton(tr("&Website"));