From 9df83023cf5db974ba78b7b562be019791052f2f Mon Sep 17 00:00:00 2001 From: drw Date: Fri, 04 Mar 2005 21:21:09 +0000 Subject: Fix name of plugins in label - patch courtesy of Gints --- (limited to 'core/settings') diff --git a/core/settings/security/multiauthconfig.cpp b/core/settings/security/multiauthconfig.cpp index 7a5f7b9..da99804 100644 --- a/core/settings/security/multiauthconfig.cpp +++ b/core/settings/security/multiauthconfig.cpp @@ -257,7 +257,7 @@ static void test_and_start() { pluginListLayout->setAlignment( Qt::AlignTop ); QVGroupBox *warningBox = new QVGroupBox(tr("Important notice"), m_pluginListWidget, "noPlugins warning box"); pluginListLayout->addWidget(warningBox); - QLabel * warningText = new QLabel( "

" + tr("To be able to protect your PDA with one or more authentication plugins (for example, a simple PIN authentication), you must install at least one opie-multiauth-* package! Once you have done that, you will be able to configure your PDA protection here.") + "

", warningBox ); + QLabel * warningText = new QLabel( "

" + tr("To be able to protect your PDA with one or more authentication plugins (for example, a simple PIN authentication), you must install at least one opie-securityplugin-* package! Once you have done that, you will be able to configure your PDA protection here.") + "

", warningBox ); m_mainTW->addTab(m_pluginListWidget, "security/Security", tr( "Locking") ); @@ -279,7 +279,7 @@ void MultiauthConfig::writeConfigs() { for ( confWidget = configWidgetList.first(); confWidget != 0; confWidget = configWidgetList.next() ) confWidget->writeConfig(); - + writeConfig(); } -- cgit v0.9.0.2