diff options
| author | 2016-06-28 06:40:33 +0100 | |
|---|---|---|
| committer | 2016-06-28 10:03:14 +0100 | |
| commit | 0c8207d76db8edc5c34690b9cd895afd9288c4ae (patch) | |
| tree | 9577071b502fd34115082607e799ce6a06d14023 /src/modules/mircimport/libkvimircimport.cpp | |
| parent | KviMainWindow: open toolbar editor in dialog (diff) | |
| download | KVIrc-0c8207d76db8edc5c34690b9cd895afd9288c4ae.tar.gz KVIrc-0c8207d76db8edc5c34690b9cd895afd9288c4ae.tar.bz2 KVIrc-0c8207d76db8edc5c34690b9cd895afd9288c4ae.zip | |
various: add collumn width, read labels
Diffstat (limited to 'src/modules/mircimport/libkvimircimport.cpp')
| -rw-r--r-- | src/modules/mircimport/libkvimircimport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/mircimport/libkvimircimport.cpp b/src/modules/mircimport/libkvimircimport.cpp index ffe688ede..ed97e6ae8 100644 --- a/src/modules/mircimport/libkvimircimport.cpp +++ b/src/modules/mircimport/libkvimircimport.cpp @@ -153,7 +153,7 @@ KviRemoteMircServerImportWizard::KviRemoteMircServerImportWizard(KviRemoteMircSe QLabel * l = new QLabel(this); l->setWordWrap(true); - l->setText(__tr2qs("<center><b>Welcome!</b></center><br><br>This wizard will guide you in the process of " + l->setText(__tr2qs("<center><b>Welcome!</b></center><br>This wizard will guide you in the process of " "downloading a list of IRC servers. Please click \"<b>Next</b>\" to begin the operation.")); addPage(l, capt); |
