[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/runtime/kwalletd
From:       Markus Meik Slopianka <kamikazow () web ! de>
Date:       2010-05-29 10:36:43
Message-ID: 20100529103643.AD046AC8C2 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1132014 by markuss:

Reflect KDE rebranding

 M  +4 -4      kwalletd.cpp  


--- trunk/KDE/kdebase/runtime/kwalletd/kwalletd.cpp #1132013:1132014
@@ -435,7 +435,7 @@
 				}
 				KPasswordDialog *kpd = new KPasswordDialog();
 				if (appid.isEmpty()) {
-					kpd->setPrompt(i18n("<qt>KDE has requested to open the wallet '<b>%1</b>'. \
Please enter the password for this wallet below.</qt>", Qt::escape(wallet))); \
+					kpd->setPrompt(i18n("<qt>The KDE workspace has requested to open the wallet \
'<b>%1</b>'. Please enter the password for this wallet below.</qt>", \
Qt::escape(wallet)));  } else {
 					kpd->setPrompt(i18n("<qt>The application '<b>%1</b>' has requested to open the \
wallet '<b>%2</b>'. Please enter the password for this wallet below.</qt>", \
Qt::escape(appid), Qt::escape(wallet)));  }
@@ -493,13 +493,13 @@
 			{
 				// Auto create these wallets.
 				if (appid.isEmpty()) {
-					kpd->setPrompt(i18n("KDE has requested to open the wallet. This is used to \
store sensitive data in a secure fashion. Please enter a password to use with this \
wallet or click cancel to deny the application's request.")); \
+					kpd->setPrompt(i18n("The KDE workspace has requested to open the wallet. This \
is used to store sensitive data in a secure fashion. Please enter a password to use \
with this wallet or click cancel to deny the application's request."));  } else {
 					kpd->setPrompt(i18n("<qt>The application '<b>%1</b>' has requested to open the \
KDE wallet. This is used to store sensitive data in a secure fashion. Please enter a \
password to use with this wallet or click cancel to deny the application's \
request.</qt>", Qt::escape(appid)));  }
 			} else {
 				if (appid.length() == 0) {
-					kpd->setPrompt(i18n("<qt>KDE has requested to create a new wallet named \
'<b>%1</b>'. Please choose a password for this wallet, or cancel to deny the \
application's request.</qt>", Qt::escape(wallet))); \
+					kpd->setPrompt(i18n("<qt>The KDE workspace has requested to create a new wallet \
named '<b>%1</b>'. Please choose a password for this wallet, or cancel to deny the \
application's request.</qt>", Qt::escape(wallet)));  } else {
 					kpd->setPrompt(i18n("<qt>The application '<b>%1</b>' has requested to create a \
new wallet named '<b>%2</b>'. Please choose a password for this wallet, or cancel to \
deny the application's request.</qt>", Qt::escape(appid), Qt::escape(wallet)));  }
@@ -599,7 +599,7 @@
 			KBetterThanKDialog *dialog = new KBetterThanKDialog;
 			dialog->setWindowTitle(i18n("KDE Wallet Service"));
 			if (appid.isEmpty()) {
-				dialog->setLabel(i18n("<qt>KDE has requested access to the open wallet \
'<b>%1</b>'.</qt>", Qt::escape(wallet))); +				dialog->setLabel(i18n("<qt>The KDE \
workspace has requested access to the open wallet '<b>%1</b>'.</qt>", \
Qt::escape(wallet)));  } else {
 				dialog->setLabel(i18n("<qt>The application '<b>%1</b>' has requested access to \
the open wallet '<b>%2</b>'.</qt>", Qt::escape(QString(appid)), Qt::escape(wallet))); \
}


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic