summaryrefslogtreecommitdiffstats
path: root/smb4k/core/smb4kerror.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'smb4k/core/smb4kerror.cpp')
-rw-r--r--smb4k/core/smb4kerror.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/smb4k/core/smb4kerror.cpp b/smb4k/core/smb4kerror.cpp
index 3fc0ce4..cfbdff5 100644
--- a/smb4k/core/smb4kerror.cpp
+++ b/smb4k/core/smb4kerror.cpp
@@ -89,7 +89,7 @@ void Smb4KError::error( int code, const TQString &text, const TQString &details
}
case ERROR_OPENING_WALLET_FAILED:
{
- KMessageBox::error( 0, i18n( "The wallet \"%1\" could not be opened. KWallet support will be disabled for this session." ).arg( text ) );
+ KMessageBox::error( 0, i18n( "The wallet \"%1\" could not be opened. TDEWallet support will be disabled for this session." ).arg( text ) );
break;
}