summaryrefslogtreecommitdiffstats
path: root/smb4k/core/smb4ksettings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'smb4k/core/smb4ksettings.cpp')
-rw-r--r--smb4k/core/smb4ksettings.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/smb4k/core/smb4ksettings.cpp b/smb4k/core/smb4ksettings.cpp
index 92aa79b..098c6a5 100644
--- a/smb4k/core/smb4ksettings.cpp
+++ b/smb4k/core/smb4ksettings.cpp
@@ -666,12 +666,12 @@ Smb4KSettings::Smb4KSettings( )
mGroupIDItem->setWhatsThis( i18n("Here you can enter the group ID (a number) that the files and directories of the mounted share will have. If you are using the CIFS file system and the remote server supports the CIFS Unix Extentions, this setting will be ignored.") );
addItem( mGroupIDItem, TQString::tqfromLatin1( "GroupID" ) );
mFileMaskItem = new KConfigSkeleton::ItemString( currentGroup(), TQString::tqfromLatin1( "FileMask" ), mFileMask, TQString::tqfromLatin1( "0755" ) );
- mFileMaskItem->setLabel( i18n("The file tqmask for a share") );
- mFileMaskItem->setWhatsThis( i18n("This is the tqmask that will be used for creating files. It must be defined in octal. In case the CIFS file system is used, this setting only takes effect if the server does not support the CIFS Unix Extensions.") );
+ mFileMaskItem->setLabel( i18n("The file mask for a share") );
+ mFileMaskItem->setWhatsThis( i18n("This is the mask that will be used for creating files. It must be defined in octal. In case the CIFS file system is used, this setting only takes effect if the server does not support the CIFS Unix Extensions.") );
addItem( mFileMaskItem, TQString::tqfromLatin1( "FileMask" ) );
mDirectoryMaskItem = new KConfigSkeleton::ItemString( currentGroup(), TQString::tqfromLatin1( "DirectoryMask" ), mDirectoryMask, TQString::tqfromLatin1( "0755" ) );
- mDirectoryMaskItem->setLabel( i18n("The directory tqmask for a share") );
- mDirectoryMaskItem->setWhatsThis( i18n("This is the tqmask that will be used for creating directories. It must be defined in octal. In case the CIFS file system is used, this setting only takes effect if the server does not support the CIFS Unix Extensions.") );
+ mDirectoryMaskItem->setLabel( i18n("The directory mask for a share") );
+ mDirectoryMaskItem->setWhatsThis( i18n("This is the mask that will be used for creating directories. It must be defined in octal. In case the CIFS file system is used, this setting only takes effect if the server does not support the CIFS Unix Extensions.") );
addItem( mDirectoryMaskItem, TQString::tqfromLatin1( "DirectoryMask" ) );
TQValueList<KConfigSkeleton::ItemEnum::Choice> valuesWriteAccess;
{