Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37501654
en ru br
Репозитории ALT

Группа :: Графические оболочки/KDE
Пакет: plasma5-nm

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: alt-explain-password-request.patch
Скачать


--- a/kded/passworddialog.cpp
+++ b/kded/passworddialog.cpp
@@ -106,13 +106,18 @@ void PasswordDialog::initializeUi()
             return;
         }
 
+        QString error;
+        if (m_flags & SecretAgent::RequestNew) {
+            error = i18n("<b>Invalid password.</b>");
+        }
+
         WirelessSetting::Ptr wifi = m_connectionSettings->setting(Setting::Wireless).dynamicCast<WirelessSetting>();
         Setting::SettingType connectionType = setting->type();
         if (wifi && (connectionType == Setting::WirelessSecurity || connectionType == Setting::Security8021x)) {
             const QString ssid = QString::fromUtf8(wifi->ssid());
-            m_ui->labelText->setText(i18n("Provide the password for the wireless network '%1':", ssid));
+            m_ui->labelText->setText(error + " " + i18n("Provide the password for the wireless network '%1':", ssid));
         } else {
-            m_ui->labelText->setText(i18n("Provide the password for the connection '%1':", m_connectionSettings->id()));
+            m_ui->labelText->setText(error + " " + i18n("Provide the password for the connection '%1':", m_connectionSettings->id()));
         }
 
         QString connectionLabel;
diff --git a/kded/passworddialog.ui b/kded/passworddialog.ui
index 3efa85e8..26b651b9 100644
--- a/kded/passworddialog.ui
+++ b/kded/passworddialog.ui
@@ -75,7 +75,7 @@
         <string notr="true">TextLabel</string>
        </property>
        <property name="textFormat">
-        <enum>Qt::PlainText</enum>
+        <enum>Qt::RichText</enum>
        </property>
        <property name="wordWrap">
         <bool>true</bool>
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin