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