From 9dd484b63fb10e1c5d456eadab581929059c144a Mon Sep 17 00:00:00 2001 From: Tim Wootton Date: Fri, 11 Jul 2014 18:39:03 +0100 Subject: Misc UI capitalisation consitencies and other text changes Capitalisation consitencies A typo correction A readability improvement (IMHO) Signed-off-by: Tim Wootton Signed-off-by: Dirk Hohndel --- qt-ui/subsurfacewebservices.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qt-ui/subsurfacewebservices.cpp') diff --git a/qt-ui/subsurfacewebservices.cpp b/qt-ui/subsurfacewebservices.cpp index 27a56ec1f..219d10d8c 100644 --- a/qt-ui/subsurfacewebservices.cpp +++ b/qt-ui/subsurfacewebservices.cpp @@ -440,7 +440,7 @@ void SubsurfaceWebServices::setStatusText(int status) QString text; switch (status) { case DD_STATUS_ERROR_CONNECT: - text = tr("Connection Error: "); + text = tr("Connection error: "); break; case DD_STATUS_ERROR_ID: text = tr("Invalid user identifier!"); @@ -449,7 +449,7 @@ void SubsurfaceWebServices::setStatusText(int status) text = tr("Cannot parse response!"); break; case DD_STATUS_OK: - text = tr("Download Success!"); + text = tr("Download successful"); break; } ui.status->setText(text); -- cgit v1.2.3-70-g09d2