From 444308fccd4bc4ed5d57b721db83b7272461d893 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Sun, 13 Apr 2008 14:37:43 +0000 Subject: [PATCH] give the arguments to the i18n call svn path=/trunk/KDE/kdebase/apps/konsole/; revision=796408 --- src/Session.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Session.cpp b/src/Session.cpp index 0db6e585..394d2032 100644 --- a/src/Session.cpp +++ b/src/Session.cpp @@ -370,7 +370,7 @@ void Session::run() if (result < 0) { - terminalWarning(i18n("Could not start program '%1' with arguments '%2'.")); + terminalWarning(i18n("Could not start program '%1' with arguments '%2'.", exec, arguments.join(" "))); return; }