Everybody loves
QString(\"Put something here %1 and here %2\") .arg(replacement1) .arg(replacement2);
but things get itchy as soon
You should try using
QString("%1-%2").arg("%2","foo");