[KBear-cvs] kbear/kbear kbearchildview.cpp,1.16,1.17 kbearquickconnectdlg.cpp,1.5,1.6
Brought to you by:
kbjorn
|
From: <fri...@us...> - 2003-11-27 16:10:55
|
Update of /cvsroot/kbear/kbear/kbear
In directory sc8-pr-cvs1:/tmp/cvs-serv27687/kbear
Modified Files:
kbearchildview.cpp kbearquickconnectdlg.cpp
Log Message:
Renamed strings containing "directory" to "folder" for usability reasons.
Index: kbearchildview.cpp
===================================================================
RCS file: /cvsroot/kbear/kbear/kbear/kbearchildview.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** kbearchildview.cpp 30 Aug 2003 21:41:01 -0000 1.16
--- kbearchildview.cpp 27 Nov 2003 16:10:22 -0000 1.17
***************
*** 74,78 ****
if( m_part ) {
m_part->stop();
! delete m_part;
}
}
--- 74,78 ----
if( m_part ) {
m_part->stop();
! delete m_part;
}
}
***************
*** 117,121 ****
else {
KMessageBox::sorry( this, i18n("Unable to find a KBear filesyspart, KBear won't work properly without it so the application will exit !\n"
! "Please make sure that KBear is installed in your KDE directory, otherwise you have to add KBear's installation "
"path to the environment variable KDEDIRS and run kbuildsycoca. Restart KBear afterwards.\n"
"Example for BASH users:\nexport KDEDIRS=/path/to/kbear:$KDEDIRS && kbuildsycoca\n"),
--- 117,121 ----
else {
KMessageBox::sorry( this, i18n("Unable to find a KBear filesyspart, KBear won't work properly without it so the application will exit !\n"
! "Please make sure that KBear is installed in your KDE folder, otherwise you have to add KBear's installation "
"path to the environment variable KDEDIRS and run kbuildsycoca. Restart KBear afterwards.\n"
"Example for BASH users:\nexport KDEDIRS=/path/to/kbear:$KDEDIRS && kbuildsycoca\n"),
Index: kbearquickconnectdlg.cpp
===================================================================
RCS file: /cvsroot/kbear/kbear/kbear/kbearquickconnectdlg.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** kbearquickconnectdlg.cpp 31 May 2003 18:09:43 -0000 1.5
--- kbearquickconnectdlg.cpp 27 Nov 2003 16:10:22 -0000 1.6
***************
*** 271,279 ****
QLabel* remoteDirLabel = new QLabel( this, "remoteDirLabel" );
! remoteDirLabel->setText( i18n( "Default directory:" ) );
mainLayout->addWidget( remoteDirLabel, 7, 0 );
m_remoteDirEdit = new KLineEdit( this, "m_remoteDirEdit" );
! tmp = i18n( "Enter start directory on remote host here" );
QToolTip::add( m_remoteDirEdit, tmp );
QWhatsThis::add( m_remoteDirEdit, tmp );
--- 271,279 ----
QLabel* remoteDirLabel = new QLabel( this, "remoteDirLabel" );
! remoteDirLabel->setText( i18n( "Default folder:" ) );
mainLayout->addWidget( remoteDirLabel, 7, 0 );
m_remoteDirEdit = new KLineEdit( this, "m_remoteDirEdit" );
! tmp = i18n( "Enter start folder on remote host here" );
QToolTip::add( m_remoteDirEdit, tmp );
QWhatsThis::add( m_remoteDirEdit, tmp );
|