mirror of
https://github.com/KDE/konsole.git
synced 2026-05-05 05:07:06 -04:00
typo corrections
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=661812
This commit is contained in:
@@ -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") );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user