[KBear-cvs] kbear/kbear/parts/remotefilesys kbearpropertiesdialog.cpp,1.2,1.3
Brought to you by:
kbjorn
From: <fri...@us...> - 2003-11-27 16:10:26
|
Update of /cvsroot/kbear/kbear/kbear/parts/remotefilesys In directory sc8-pr-cvs1:/tmp/cvs-serv27687/kbear/parts/remotefilesys Modified Files: kbearpropertiesdialog.cpp Log Message: Renamed strings containing "directory" to "folder" for usability reasons. Index: kbearpropertiesdialog.cpp =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/parts/remotefilesys/kbearpropertiesdialog.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kbearpropertiesdialog.cpp 1 Jul 2003 23:24:21 -0000 1.2 --- kbearpropertiesdialog.cpp 27 Nov 2003 16:10:23 -0000 1.3 *************** *** 283,287 **** QString tmpurl = m_singleUrl.url(); if ( tmpurl.at(tmpurl.length() - 1) == '/') ! // It's a directory, so strip the trailing slash first tmpurl.truncate( tmpurl.length() - 1); newUrl = tmpurl; --- 283,287 ---- QString tmpurl = m_singleUrl.url(); if ( tmpurl.at(tmpurl.length() - 1) == '/') ! // It's a folder, so strip the trailing slash first tmpurl.truncate( tmpurl.length() - 1); newUrl = tmpurl; *************** *** 992,996 **** if (isDir) ! l = new QLabel( i18n("Enter directory", "Enter"), gb ); else l = new QLabel( i18n("Exec"), gb ); --- 992,996 ---- if (isDir) ! l = new QLabel( i18n("Enter folder", "Enter"), gb ); else l = new QLabel( i18n("Exec"), gb ); |