From dec031cc21181d70e0c806bcf6c228044f7df90b Mon Sep 17 00:00:00 2001 From: clem Date: Fri, 08 Oct 2004 22:44:15 +0000 Subject: shorter messages that actually fit on my iPAQ screen --- (limited to 'libopie2/opiesecurity/multiauthmainwindow.cpp') diff --git a/libopie2/opiesecurity/multiauthmainwindow.cpp b/libopie2/opiesecurity/multiauthmainwindow.cpp index 17e8705..eaa84ce 100644 --- a/libopie2/opiesecurity/multiauthmainwindow.cpp +++ b/libopie2/opiesecurity/multiauthmainwindow.cpp @@ -39,7 +39,7 @@ MultiauthMainWindow::MultiauthMainWindow(bool allowBypass) // and we proceed directly if ( explanScreens == true ) { - title = new QLabel("

" + tr("Welcome to Opie Multi-authentication Framework") + "

", this); + title = new QLabel("

" + tr("Welcome to Opie") + "

", this); message = new QLabel("

" + tr("Launching authentication plugins...") + "

", this); } else { title = new QLabel("", this); @@ -60,7 +60,7 @@ MultiauthMainWindow::MultiauthMainWindow(bool allowBypass) if ( allowBypass == true ) { // very important: we can close the widget through the quit button, and bypass authentication, only if allowBypass is set! - message2 = new QLabel("
" + tr("Note: this 'exit' button only appears during simulations, like the one we are in. If you don't succeed an authentication step at some point, it will keep on asking you to authenticate, but remember you can skip it too (and have access to this button again).") + "
", this); + message2 = new QLabel("
" + tr("Note: this 'exit' button only appears during simulations, like the one we are in. If you don't succeed a step, remember you can skip it.") + "
", this); layout->addWidget(message2); QObject::connect(quit, SIGNAL(clicked()), this, SLOT(close())); } -- cgit v0.9.0.2