From 2cb5ecf0d7c7e652d1f085cb8807a1957a1df26c Mon Sep 17 00:00:00 2001 From: Katja Marttila Date: Tue, 17 May 2016 09:32:19 +0300 Subject: add missing tr for "AlreadyRunning" messagebox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icffe886597a1f18d9eaacf1e3a14f31e252919c6 Reviewed-by: Topi Reiniƶ Reviewed-by: Iikka Eklund --- src/sdk/installerbase.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sdk') diff --git a/src/sdk/installerbase.cpp b/src/sdk/installerbase.cpp index 82a08411b..3c220cdba 100644 --- a/src/sdk/installerbase.cpp +++ b/src/sdk/installerbase.cpp @@ -83,8 +83,8 @@ int InstallerBase::run() // the fact that we could not create the lock file and check the running processes. if (runCheck.isRunning(KDRunOnceChecker::ConditionFlag::ProcessList)) { QInstaller::MessageBoxHandler::information(0, QLatin1String("AlreadyRunning"), - QString::fromLatin1("Waiting for %1").arg(qAppName()), - QString::fromLatin1("Another %1 instance is already running. Wait " + tr("Waiting for %1").arg(qAppName()), + tr("Another %1 instance is already running. Wait " "until it finishes, close it, or restart your system.").arg(qAppName())); return EXIT_FAILURE; } -- cgit v1.2.3