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

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3eba4f728a)
r14.0.x
Slávek Banko 3 years ago
parent e5f38e2207
commit be85f5aae3
No known key found for this signature in database
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