From f22b036895439ee1ef7df86e94b8444da7a7fca6 Mon Sep 17 00:00:00 2001 From: un1versal Date: Sat, 30 Jan 2016 17:16:48 +0000 Subject: libkvimircimport: remove center formatting and fix window title --- src/modules/mircimport/libkvimircimport.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/modules/mircimport/libkvimircimport.cpp') diff --git a/src/modules/mircimport/libkvimircimport.cpp b/src/modules/mircimport/libkvimircimport.cpp index 3af86b695..0ad5b208a 100644 --- a/src/modules/mircimport/libkvimircimport.cpp +++ b/src/modules/mircimport/libkvimircimport.cpp @@ -123,7 +123,7 @@ void KviMircServersIniImport::start() { //KviCString buffer; QString buffer; - if(!KviFileDialog::askForOpenFileName(buffer,__tr("Choose a servers.ini file"),0,KVI_FILTER_INI,false,true,g_pMainWindow))return; + if(!KviFileDialog::askForOpenFileName(buffer,__tr("Choose a servers.ini File"),0,KVI_FILTER_INI,false,true,g_pMainWindow))return; doImport(buffer); delete this; @@ -151,15 +151,15 @@ KviRemoteMircServerImportWizard::KviRemoteMircServerImportWizard(KviRemoteMircSe QLabel * l = new QLabel(this); l->setWordWrap(true); - l->setText(__tr2qs("
Welcome!

This wizard will guide you in the process of " \ - "downloading a list of IRC servers. Please click \"Next\" to begin the operation.
")); + l->setText(__tr2qs("
Welcome!


This wizard will guide you in the process of " \ + "downloading a list of IRC servers. Please click \"Next\" to begin the operation.")); addPage(l,capt); KviTalVBox * vb = new KviTalVBox(this); l = new QLabel(vb); l->setWordWrap(true); - l->setText(__tr2qs("
Here you can modify the URL that the list will be downloaded from. In most cases the default URL is acceptable.
")); + l->setText(__tr2qs("Here you can modify the URL that the list will be downloaded from. In most cases the default URL is acceptable.")); vb->setStretchFactor(l,1); @@ -240,7 +240,7 @@ void KviRemoteMircServerImportWizard::getListTerminated(bool bSuccess) if(!m_pRequest)return; if(bSuccess) { - m_pOutput->setText(__tr2qs("File downloaded: processing ...")); + m_pOutput->setText(__tr2qs("File downloaded: processing...")); m_pOutput->repaint(); int iCount = m_pFilter->doImport(m_szTmpFileName); -- cgit v1.3.1-10-gc9f91