From b0008e109d0cb6a5cb2b63243998aedc0e066807 Mon Sep 17 00:00:00 2001
From: Thomas Reitelbach
Date: Sun, 6 May 2007 17:22:19 +0000
Subject: [PATCH] typo corrections
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=661812
---
src/Session.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/Session.cpp b/src/Session.cpp
index 37be2c84..d323c8de 100644
--- a/src/Session.cpp
+++ b/src/Session.cpp
@@ -143,9 +143,9 @@ void Session::ptyError()
if ( _shellProcess->error().isEmpty() )
{
KMessageBox::error( QApplication::activeWindow() ,
- i18n("Konsole is unable to open a PTY (pseudo teletype)."
- "It is likely that this is due to an incorrect configuration"
- "of the PTY devices. Konsole needs to have read/write access"
+ i18n("Konsole is unable to open a PTY (pseudo teletype). "
+ "It is likely that this is due to an incorrect configuration "
+ "of the PTY devices. Konsole needs to have read/write access "
"to the PTY devices."),
i18n("A Fatal Error Has Occurred") );
}