diff options
| author | 2010-01-10 20:35:56 +0000 | |
|---|---|---|
| committer | 2010-01-10 20:35:56 +0000 | |
| commit | 6338d8edf09e7ca2689572201b94f39c6c1a4d30 (patch) | |
| tree | fcf820f531b29bbc16bd0e260c9c917aeb0f32f0 /src/modules/theme/packthemedialog.cpp | |
| parent | more stylish: themed combo box, used by kviconsole (diff) | |
| download | KVIrc-6338d8edf09e7ca2689572201b94f39c6c1a4d30.tar.gz KVIrc-6338d8edf09e7ca2689572201b94f39c6c1a4d30.tar.bz2 KVIrc-6338d8edf09e7ca2689572201b94f39c6c1a4d30.zip | |
[KVIrc] (trunk) Fixed some spelling mistakes found by Lintian.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3829 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme/packthemedialog.cpp')
| -rw-r--r-- | src/modules/theme/packthemedialog.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/theme/packthemedialog.cpp b/src/modules/theme/packthemedialog.cpp index 8b19ce450..52fd44f81 100644 --- a/src/modules/theme/packthemedialog.cpp +++ b/src/modules/theme/packthemedialog.cpp @@ -202,14 +202,14 @@ KviPackThemeDialog::KviPackThemeDialog(QWidget * pParent,KviPointerList<KviTheme setNextEnabled(pPage,true); setFinishEnabled(pPage,false); - // packager informations ================================================================================ + // packager information ================================================================================ pPage = new QWidget(this); pLayout = new QGridLayout(pPage); pLabel = new QLabel(pPage); pLabel->setWordWrap(true); - pLabel->setText(__tr2qs_ctx("Here you need to provide informations about you (the packager) and a short description of the package you're creating.","theme")); + pLabel->setText(__tr2qs_ctx("Here you need to provide information about you (the packager) and a short description of the package you're creating.","theme")); pLabel->setTextFormat(Qt::RichText); pLayout->addWidget(pLabel,0,0,1,2); @@ -479,7 +479,7 @@ bool KviPackThemeDialog::packTheme() //KviPackageReader r; //r.unpack("/root/test.kvt","/root/unpacked_test_kvt"); - QMessageBox::information(this,__tr2qs_ctx("Export Theme - KVIrc","theme"),__tr2qs("Package saved succesfully"), + QMessageBox::information(this,__tr2qs_ctx("Export Theme - KVIrc","theme"),__tr2qs("Package saved successfully"), QMessageBox::Ok,QMessageBox::NoButton,QMessageBox::NoButton); return true; |
