From e673d76f224eab6411c9c521487160b3003980ed Mon Sep 17 00:00:00 2001 From: Volkan Gezer Date: Sun, 29 Jun 2014 14:04:30 +0200 Subject: [PATCH] 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 e0f7c2795..394e3f901 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("

A new version of the %1 Client is available.

" - "

%2 is available for download. The installed version is %3.

") + "

%2 is available for download. The installed version is %3.

") .arg(Theme::instance()->appNameGUI()).arg(info.versionString()).arg(clientVersion()); lbl->setText(txt);