┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/statusbarspaceinfo.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-07-08 21:09:48 +0000
committerPeter Penz <[email protected]>2007-07-08 21:09:48 +0000
commitea3e0005018997b83984203e7c1fc7f745d6dbe2 (patch)
tree7c539dfa8fbad3b5c1faeb5154a7fe6f1017e05b /src/statusbarspaceinfo.cpp
parent90ca3c31dc3961ff907d7600f2ff7bec14322b30 (diff)
KUIT adaptions
svn path=/trunk/KDE/kdebase/apps/; revision=685432
Diffstat (limited to 'src/statusbarspaceinfo.cpp')
-rw-r--r--src/statusbarspaceinfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/statusbarspaceinfo.cpp b/src/statusbarspaceinfo.cpp
index eb546831b..ef65149bd 100644
--- a/src/statusbarspaceinfo.cpp
+++ b/src/statusbarspaceinfo.cpp
@@ -93,10 +93,10 @@ void StatusBarSpaceInfo::paintEvent(QPaintEvent* /* event */)
}
painter.drawRect(QRect(left, barTop + 2, right, barHeight - 1));
- text = i18n("%1 free", KIO::convertSizeFromKiB(m_kBAvailable));
+ text = i18nc("@info:status", "%1 free", KIO::convertSizeFromKiB(m_kBAvailable));
} else {
if (m_gettingSize) {
- text = i18n("Getting size...");
+ text = i18nc("@info:status", "Getting size...");
} else {
text = QString();
QTimer::singleShot(0, this, SLOT(hide()));