diff options
Diffstat (limited to 'vcs/subversion/subversion_core.cpp')
-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; } |