kcontrol/hwmanager: Allow translate an error message about unavailable information.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/226/head
Slávek Banko 3 years ago
parent 5e263a67d9
commit 3eba4f728a
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

@ -73,7 +73,8 @@ void DeviceIconView::slotItemDoubleClicked(TQListViewItem* item)
delete propsDlg;
}
else {
KMessageBox::sorry(this, "Detailed information is not available for this device", "Information Unavailable");
KMessageBox::sorry(this, i18n("Detailed information is not available for this device"),
i18n("Information Unavailable"));
}
}

Loading…
Cancel
Save