From 6338d8edf09e7ca2689572201b94f39c6c1a4d30 Mon Sep 17 00:00:00 2001 From: Kai Wasserbäch Date: Sun, 10 Jan 2010 20:35:56 +0000 Subject: [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 --- src/modules/theme/savethemedialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/theme/savethemedialog.cpp') 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); -- cgit v1.3.1-10-gc9f91