From ec9bf724d124b96626a17021a7b4f409c54d60af Mon Sep 17 00:00:00 2001 From: sandman Date: Tue, 17 Dec 2002 21:24:00 +0000 Subject: fixed a typo --- (limited to 'core/launcher/shutdownimpl.cpp') diff --git a/core/launcher/shutdownimpl.cpp b/core/launcher/shutdownimpl.cpp index cf4f926..899d9ac 100644 --- a/core/launcher/shutdownimpl.cpp +++ b/core/launcher/shutdownimpl.cpp @@ -47,7 +47,7 @@ static void changeButtonColor ( QPushButton *btn, const QColor &col ) ShutdownImpl::ShutdownImpl( QWidget* parent, const char *name, WFlags fl ) : QWidget ( parent, name, fl ) { - setCaption ( tr( "Shut down..." ) ); + setCaption ( tr( "Shutdown..." ) ); QVBoxLayout *vbox = new QVBoxLayout ( this ); vbox-> setSpacing ( 3 ); -- cgit v0.9.0.2