From aaee879d1f606de11010366c0dd40edd8db572e9 Mon Sep 17 00:00:00 2001 From: Andrew Coles Date: Thu, 21 Apr 2005 11:57:05 +0000 Subject: [PATCH] CVS_SILENT Corrected typos, rephrased message to avoid colloquial usage. svn path=/trunk/kdebase/konsole/; revision=406913 --- konsole/session.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/konsole/session.cpp b/konsole/session.cpp index 6df6b8a4..7f61bada 100644 --- a/konsole/session.cpp +++ b/konsole/session.cpp @@ -99,8 +99,8 @@ void TESession::ptyError() // FIXME: sh->error() is always empty if ( sh->error().isEmpty() ) KMessageBox::error( te->topLevelWidget(), - i18n("Konsole is unable to open a PTY (pseudo teletype)! This is likely 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!") ); + 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") ); else KMessageBox::error(te->topLevelWidget(), sh->error()); emit done(this);