From 78b0e9e0581393071f03fe845dc89821f4706973 Mon Sep 17 00:00:00 2001
From: Christian Muehlhaeuser
Date: Sun, 21 Sep 2014 20:01:53 +0200
Subject: [PATCH] * Clean up last commit a little bit for translators.
---
src/accounts/google/GoogleWrapper.cpp | 11 ++++++-----
src/accounts/xmpp/XmppConfigWidget.ui | 8 +-------
2 files changed, 7 insertions(+), 12 deletions(-)
diff --git a/src/accounts/google/GoogleWrapper.cpp b/src/accounts/google/GoogleWrapper.cpp
index 8a2f67a7e..8f8cc1b2d 100644
--- a/src/accounts/google/GoogleWrapper.cpp
+++ b/src/accounts/google/GoogleWrapper.cpp
@@ -94,12 +94,13 @@ GoogleWrapper::GoogleWrapper ( const QString& pluginID )
config->m_ui->xmppServer->setText( "talk.google.com" );
config->m_ui->xmppPort->setValue( 5222 );
config->m_ui->groupBoxXmppAdvanced->hide();
+
+ config->m_ui->serviceHint->setText( QString( "
" ) +
+ tr( "You may need to change your %1Google Account Settings%2 to login.", "%1 is , %2 is " )
+ .arg( "" )
+ .arg( "" )
+ + QString( "
" ) );
config->m_ui->serviceHint->show();
- config->m_ui->serviceHint->setText("" +
- tr( "You may need to change your " ) +
- "" +
- tr( "Google Account settings" ) + "" +
- tr( " to login." ) + "
");
m_onlinePixmap = QPixmap( ":/google-account/gmail-logo.png" );
m_offlinePixmap = QPixmap( ":/google-account/gmail-offline-logo.png" );
diff --git a/src/accounts/xmpp/XmppConfigWidget.ui b/src/accounts/xmpp/XmppConfigWidget.ui
index 456cd84dd..6db68ef68 100644
--- a/src/accounts/xmpp/XmppConfigWidget.ui
+++ b/src/accounts/xmpp/XmppConfigWidget.ui
@@ -415,14 +415,8 @@
-
-
-
- 16777215
- 16777215
-
-
- <html><head/><body><p><br/></p></body></html>
+
Qt::RichText