[Pkg-owncloud-commits] [owncloud-client] 151/332: Typo fix
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:52 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 e673d76f224eab6411c9c521487160b3003980ed
Author: Volkan Gezer <wakeup at users.noreply.github.com>
Date: Sun Jun 29 14:04:30 2014 +0200
Typo fix
Suggested by [mnestis](https://www.transifex.com/accounts/profile/mnestis/)
---
src/updater/ocupdater.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/updater/ocupdater.cpp b/src/updater/ocupdater.cpp
index e0f7c27..394e3f9 100644
--- a/src/updater/ocupdater.cpp
+++ b/src/updater/ocupdater.cpp
@@ -256,7 +256,7 @@ void NSISUpdater::showDialog(const UpdateInfo &info)
ico->setPixmap(infoIcon.pixmap(iconSize));
QLabel *lbl = new QLabel;
QString txt = tr("<p>A new version of the %1 Client is available.</p>"
- "<p><b>%2</b> is available for download. The installed version is %3.<p>")
+ "<p><b>%2</b> is available for download. The installed version is %3.</p>")
.arg(Theme::instance()->appNameGUI()).arg(info.versionString()).arg(clientVersion());
lbl->setText(txt);
--
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