summaryrefslogtreecommitdiffstats
path: root/qt-ui/tagwidget.cpp
diff options
context:
space:
mode:
authorGravatar Tim Wootton <tim@tee-jay.demon.co.uk>2014-07-11 18:39:03 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-11 10:44:09 -0700
commit9dd484b63fb10e1c5d456eadab581929059c144a (patch)
treea46852709c66b74c01b92869b7c0a6834be752ac /qt-ui/tagwidget.cpp
parentfbd00c6b0da55b4c7add823c80e3d4afaf452544 (diff)
downloadsubsurface-9dd484b63fb10e1c5d456eadab581929059c144a.tar.gz
Misc UI capitalisation consitencies and other text changes
Capitalisation consitencies A typo correction A readability improvement (IMHO) Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/tagwidget.cpp')
-rw-r--r--qt-ui/tagwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/tagwidget.cpp b/qt-ui/tagwidget.cpp
index 51e947682..4045502aa 100644
--- a/qt-ui/tagwidget.cpp
+++ b/qt-ui/tagwidget.cpp
@@ -19,7 +19,7 @@ TagWidget::TagWidget(QWidget *parent) : GroupedLineEdit(parent), m_completer(NUL
addColor(QColor(Qt::red).lighter(120));
addColor(QColor(Qt::green).lighter(120));
addColor(QColor(Qt::blue).lighter(120));
- } else if (l <= 0.6) { // moderated dark text. get a somewhat brigth background
+ } else if (l <= 0.6) { // moderated dark text. get a somewhat bright background
addColor(QColor(Qt::red).lighter(60));
addColor(QColor(Qt::green).lighter(60));
addColor(QColor(Qt::blue).lighter(60));