summaryrefslogtreecommitdiffstats
path: root/qt-ui/about.cpp
diff options
context:
space:
mode:
authorGravatar Thiago Macieira <thiago@macieira.org>2013-10-15 20:29:31 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-17 20:28:22 -0700
commitf22065874bc5f79e5b6b9f0f328ef9ce3ca9a30e (patch)
tree5784ebcb1de70724286e5c52f0732f0e2170524d /qt-ui/about.cpp
parent75a004d44a6bdbb9396996f3a7bb0c3b59d6c05c (diff)
downloadsubsurface-f22065874bc5f79e5b6b9f0f328ef9ce3ca9a30e.tar.gz
Remove the "in C" part about Subsurface's description
It's not written purely in C anymore. There's quite a lot of C++ now, not to mention Perl, XSLT, shell scripting, etc. :-) Signed-off-by: Thiago Macieira <thiago@macieira.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/about.cpp')
-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"));