aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/savethemedialog.cpp
diff options
context:
space:
mode:
authorGravatar Kai Wasserbäch2010-01-10 20:35:56 +0000
committerGravatar Kai Wasserbäch2010-01-10 20:35:56 +0000
commit6338d8edf09e7ca2689572201b94f39c6c1a4d30 (patch)
treefcf820f531b29bbc16bd0e260c9c917aeb0f32f0 /src/modules/theme/savethemedialog.cpp
parentmore stylish: themed combo box, used by kviconsole (diff)
downloadKVIrc-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/savethemedialog.cpp')
-rw-r--r--src/modules/theme/savethemedialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/theme/savethemedialog.cpp b/src/modules/theme/savethemedialog.cpp
index 8c93d9edc..a55e1119e 100644
--- a/src/modules/theme/savethemedialog.cpp
+++ b/src/modules/theme/savethemedialog.cpp
@@ -88,13 +88,13 @@ KviSaveThemeDialog::KviSaveThemeDialog(QWidget * pParent)
setHelpEnabled(pPage,false);
setFinishEnabled(pPage,false);
- // packager informations ================================================================================
+ // packager information ================================================================================
pPage = new QWidget(this);
pLayout = new QGridLayout(pPage);
pLabel = new QLabel(pPage);
- pLabel->setText(__tr2qs_ctx("Here you need to provide informations about you (the author) and a short description of the theme you're creating.","theme"));
+ pLabel->setText(__tr2qs_ctx("Here you need to provide information about you (the author) and a short description of the theme you're creating.","theme"));
pLabel->setWordWrap(true);
pLabel->setTextFormat(Qt::RichText);
pLayout->addWidget(pLabel,0,0,1,2);