[Pkg-owncloud-commits] [owncloud-client] 13/332: added "/s" to the bandwidth
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:32 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 f9192e27fad9bcc894364b330cd14869d3ce9bec
Author: Eran <etherpulse at gmail.com>
Date: Mon May 26 16:25:33 2014 +0300
added "/s" to the bandwidth
---
src/mirall/accountsettings.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mirall/accountsettings.cpp b/src/mirall/accountsettings.cpp
index 04ad7b2..541b250 100644
--- a/src/mirall/accountsettings.cpp
+++ b/src/mirall/accountsettings.cpp
@@ -615,8 +615,8 @@ void AccountSettings::slotSetProgress(const QString& folder, const Progress::Inf
if (Progress::isSizeDependent(curItem._instruction)) {
QString s1 = Utility::octetsToString( curItemProgress );
QString s2 = Utility::octetsToString( curItem._size );
- //: Example text: "uploading foobar.png (1MB of 2MB) time left 2 minutes ar a rate of 24Kb"
- fileProgressString = tr("%1 %2 (%3 of %4) time left %5 at a rate of %6")
+ //: Example text: "uploading foobar.png (1MB of 2MB) time left 2 minutes ar a rate of 24Kb/s"
+ fileProgressString = tr("%1 %2 (%3 of %4) time left %5 at a rate of %6/s")
.arg(kindString, itemFileName, s1, s2,
Utility::timeToDescriptiveString(progress.getFileEstimate(curItem).getEtaEstimate(), 3, " ", true),
Utility::octetsToString(progress.getFileEstimate(curItem).getEstimatedBandwidth()) );
--
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