[Pkg-owncloud-commits] [owncloud-client] 93/333: clarify which space is used, fix #1517
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:38 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit bafc90cfd84aaa7b86565ac7606bfdfdce057e0d
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Wed Mar 5 12:54:47 2014 +0100
clarify which space is used, fix #1517
---
src/mirall/accountsettings.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mirall/accountsettings.cpp b/src/mirall/accountsettings.cpp
index de94866..bc7248d 100644
--- a/src/mirall/accountsettings.cpp
+++ b/src/mirall/accountsettings.cpp
@@ -726,7 +726,7 @@ void AccountSettings::slotUpdateQuota(qint64 total, qint64 used)
QString totalStr = Utility::octetsToString(total);
double percent = used/(double)total*100;
QString percentStr = Utility::compactFormatDouble(percent, 1);
- ui->quotaLabel->setText(tr("%1 of %2 (%3%) in use.").arg(usedStr, totalStr, percentStr));
+ ui->quotaLabel->setText(tr("%1 of %2 (%3%) server space in use.").arg(usedStr, totalStr, percentStr));
} else {
ui->quotaProgressBar->setVisible(false);
ui->quotaInfoLabel->setVisible(false);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list