mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 10:22:52 +00:00
about-distro: adjust to KLocalizedString changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e0b114c519
commit
6f371d9eda
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ void Module::load()
|
|||
|
||||
const int bits = (QT_POINTER_SIZE == 8 ? 64 : 32);
|
||||
ui->bitsLabel->setText(i18nc("@label %1 is the CPU bit width (e.g. 32 or 64)",
|
||||
"<numid>%1</numid>-bit", bits));
|
||||
"%1-bit", QString::number(bits)));
|
||||
|
||||
const QList<Solid::Device> list = Solid::Device::listFromType(Solid::DeviceInterface::Processor);
|
||||
ui->processor->setText(i18np("Processor:", "Processors:", list.count()));
|
||||
|
|
Loading…
Add table
Reference in a new issue