diff options
| author | 2010-01-21 14:26:31 +0000 | |
|---|---|---|
| committer | 2010-01-21 14:26:31 +0000 | |
| commit | 567e1e8ffa87ddd3fb142f7c61d09a4adddcd623 (patch) | |
| tree | 66e695db1c70334406c6dd471341a45a302d2263 /src/modules/addon/packaddondialog.cpp | |
| parent | Dutch translation update by Valenstijn (diff) | |
| download | KVIrc-567e1e8ffa87ddd3fb142f7c61d09a4adddcd623.tar.gz KVIrc-567e1e8ffa87ddd3fb142f7c61d09a4adddcd623.tar.bz2 KVIrc-567e1e8ffa87ddd3fb142f7c61d09a4adddcd623.zip | |
[KVIrc] (trunk) Fix some remaining spelling errors (thanks to Lintian).
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3858 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/addon/packaddondialog.cpp')
| -rw-r--r-- | src/modules/addon/packaddondialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/addon/packaddondialog.cpp b/src/modules/addon/packaddondialog.cpp index 813a0abb1..62722f363 100644 --- a/src/modules/addon/packaddondialog.cpp +++ b/src/modules/addon/packaddondialog.cpp @@ -463,7 +463,7 @@ KviPackAddonInfoPackageWidget::KviPackAddonInfoPackageWidget(KviPackAddonDialog : QWizardPage(pParent) { setObjectName("addon_package_info_page"); - setTitle(__tr2qs_ctx("Package Informations","addon")); + setTitle(__tr2qs_ctx("Package Information","addon")); setSubTitle(__tr2qs_ctx("Here you need to provide information about you (the packager) and a short description of the package you're creating.","addon")); QGridLayout * pLayout = new QGridLayout(this); @@ -595,7 +595,7 @@ KviPackAddonSummaryInfoWidget::KviPackAddonSummaryInfoWidget(KviPackAddonDialog : QWizardPage(pParent) { setObjectName("addon_package_summary_info_page"); - setTitle(__tr2qs_ctx("Final Informations","addon")); + setTitle(__tr2qs_ctx("Final Information","addon")); setSubTitle(__tr2qs_ctx("Here there are the information you provided. If these information are correct, hit the \"Finish\" button to complete the packaging operations.","addon")); QVBoxLayout * pLayout = new QVBoxLayout(this); |
