diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 22:44:09 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 22:44:09 -0500 |
commit | efbe6faa6c054c878f6395d7bbcc19dda3c2e544 (patch) | |
tree | 375e0852de34c2a530b65d4f1d5d94d55eb19597 /vcs/subversion | |
parent | efa2f9c6642f5ad1a80d15d1039d0d814341252d (diff) | |
download | tdevelop-efbe6faa6c054c878f6395d7bbcc19dda3c2e544.tar.gz tdevelop-efbe6faa6c054c878f6395d7bbcc19dda3c2e544.zip |
Branding cleanup: KDE -> TDE, KDevelop -> TDevelop
Diffstat (limited to 'vcs/subversion')
-rw-r--r-- | vcs/subversion/subversion_core.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/vcs/subversion/subversion_core.cpp b/vcs/subversion/subversion_core.cpp index 285ae4ab..b8f90263 100644 --- a/vcs/subversion/subversion_core.cpp +++ b/vcs/subversion/subversion_core.cpp @@ -506,9 +506,9 @@ void subversionCore::slotResult( KIO::Job * job ) { job->showErrorDialog( m_part->mainWindow()->main() ); if( job->error() == ERR_CANNOT_LAUNCH_PROCESS ) KMessageBox::error( m_part->mainWindow()->main(), - i18n("If you have just have installed a new version of KDevelop," + i18n("If you have just have installed a new version of TDevelop," " and the error message was 'unknown protocol kdevsvn+*'," - " try restarting KDE." + " try restarting TDE." ) ); return; } @@ -535,9 +535,9 @@ void subversionCore::slotLogResult( KIO::Job * job ) job->showErrorDialog( m_part->mainWindow()->main() ); if( job->error() == ERR_CANNOT_LAUNCH_PROCESS ) KMessageBox::error( m_part->mainWindow()->main(), - i18n("If you have just have installed a new version of KDevelop," + i18n("If you have just have installed a new version of TDevelop," " and the error message was 'unknown protocol kdevsvn+*'," - " try restarting KDE." + " try restarting TDE." ) ); return; } @@ -595,9 +595,9 @@ void subversionCore::slotBlameResult( KIO::Job * job ) job->showErrorDialog( m_part->mainWindow()->main() ); if( job->error() == ERR_CANNOT_LAUNCH_PROCESS ) KMessageBox::error( m_part->mainWindow()->main(), - i18n("If you have just have installed a new version of KDevelop," + i18n("If you have just have installed a new version of TDevelop," " and the error message was 'unknown protocol kdevsvn+*'," - " try restarting KDE." + " try restarting TDE." ) ); return; } @@ -665,9 +665,9 @@ void subversionCore::slotDiffResult( KIO::Job * job ) job->showErrorDialog( m_part->mainWindow()->main() ); if( job->error() == ERR_CANNOT_LAUNCH_PROCESS ) KMessageBox::error( m_part->mainWindow()->main(), - i18n("If you have just have installed a new version of KDevelop," + i18n("If you have just have installed a new version of TDevelop," " and the error message was 'unknown protocol kdevsvn+*'," - " try restarting KDE." + " try restarting TDE." ) ); return; } |