give the arguments to the i18n call

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=796408
wilder-portage
Albert Astals Cid 18 years ago
parent 3b158dd675
commit 444308fccd
  1. 2
      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;
}

Loading…
Cancel
Save