Git commit 445aa02c0cba3e3c74e024babde5136480f176df by Albert Astals Cid. Committed on 21/05/2012 at 20:30. Pushed by aacid into branch 'KDE/4.8'. Fix typo that might confuse the user while buying something CCMAIL: kde-i18n-doc@kde.org M +1 -1 knewstuff/knewstuff3/attica/atticaprovider.cpp http://commits.kde.org/kdelibs/445aa02c0cba3e3c74e024babde5136480f176df diff --git a/knewstuff/knewstuff3/attica/atticaprovider.cpp b/knewstuff/kne= wstuff3/attica/atticaprovider.cpp index 3170888..ef4c6db 100644 --- a/knewstuff/knewstuff3/attica/atticaprovider.cpp +++ b/knewstuff/knewstuff3/attica/atticaprovider.cpp @@ -283,7 +283,7 @@ void AtticaProvider::accountBalanceLoaded(Attica::BaseJ= ob* baseJob) << content.downloadUrlDescription(pair.second).priceAm= ount() << " balance: " << item.balance(); if (KMessageBox::questionYesNo(0, i18nc("the price of a download item, parameter 1 is the cu= rrency, 2 is the price", - "This items costs %1 %2.\nDo you want to buy it?", + "This item costs %1 %2.\nDo you want to buy it?", item.currency(), content.downloadUrlDescription(pair= .second).priceAmount() )) =3D=3D KMessageBox::Yes) { ItemJob* job =3D m_provider.downloadLink(entry.u= niqueId(), QString::number(pair.second));