diff options
Diffstat (limited to 'kcontrol')
| -rw-r--r-- | kcontrol/hwmanager/deviceiconview.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/kcontrol/hwmanager/deviceiconview.cpp b/kcontrol/hwmanager/deviceiconview.cpp index 7ccb93daf..44a71b3a3 100644 --- a/kcontrol/hwmanager/deviceiconview.cpp +++ b/kcontrol/hwmanager/deviceiconview.cpp @@ -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"));  	}  }  | 
