From 6b7cbd2f1261227c803ac74c8ea45b1bcbdd59a0 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Sun, 5 Aug 2012 12:35:52 +0200 Subject: [PATCH] String consistency. --- src/accounts/xmpp/googlewrapper/GoogleWrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accounts/xmpp/googlewrapper/GoogleWrapper.cpp b/src/accounts/xmpp/googlewrapper/GoogleWrapper.cpp index dfe786fe8..a5395a385 100644 --- a/src/accounts/xmpp/googlewrapper/GoogleWrapper.cpp +++ b/src/accounts/xmpp/googlewrapper/GoogleWrapper.cpp @@ -80,7 +80,7 @@ GoogleWrapper::GoogleWrapper ( const QString& pluginID ) { XmppConfigWidget* config = static_cast< XmppConfigWidget* >( m_configWidget.data() ); config->m_ui->headerLabel->setText( tr( "Configure this Google Account" ) ); - config->m_ui->emailLabel->setText( tr( "Google Address" ) ); + config->m_ui->emailLabel->setText( tr( "Google Address:" ) ); config->m_ui->xmppBlurb->setText( tr( "Enter your Google login to connect with your friends using Tomahawk!" ) ); config->m_ui->xmppUsername->setPlaceholderText( tr( "username@gmail.com" ) ); config->m_ui->logoLabel->setPixmap( QPixmap( ":/gmail-logo.png" ) );