From 8940f29eadf57d058b18e4cfc8c4bce889be35d7 Mon Sep 17 00:00:00 2001 From: Tim Wootton Date: Fri, 11 Jul 2014 00:06:51 +0100 Subject: [PATCH] Prefer "temp." vs "temp" and sometimes "temperature" For consitency in the UI There are plenty more of these to find, and once in a while "Temperature" looks more apropriate, like in a title, but most of the time "temp." works best. Signed-off-by: Tim Wootton Signed-off-by: Dirk Hohndel --- qt-ui/maintab.cpp | 8 ++++---- qt-ui/maintab.ui | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index 8c02b2eae..e28511f69 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -239,11 +239,11 @@ void MainTab::displayMessage(QString str) void MainTab::updateTextLabels(bool showUnits) { if (showUnits) { - ui.airTempLabel->setText(tr("Air temp [%1]").arg(get_temp_unit())); - ui.waterTempLabel->setText(tr("Water temp [%1]").arg(get_temp_unit())); + ui.airTempLabel->setText(tr("Air temp. [%1]").arg(get_temp_unit())); + ui.waterTempLabel->setText(tr("Water temp. [%1]").arg(get_temp_unit())); } else { - ui.airTempLabel->setText(tr("Air temp")); - ui.waterTempLabel->setText(tr("Water temp")); + ui.airTempLabel->setText(tr("Air temp.")); + ui.waterTempLabel->setText(tr("Water temp.")); } } diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 62f32f4fd..7fa86201d 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -69,14 +69,14 @@ - Air temp + Air temp. - Water temp + Water temp. @@ -604,7 +604,7 @@ - Air temperature + Air temp. @@ -623,7 +623,7 @@ - Water temperature + Water temp.