From kde-commits Thu Jul 01 13:27:27 2010 From: Andrew Coles Date: Thu, 01 Jul 2010 13:27:27 +0000 To: kde-commits Subject: [Konversation] 899082a: CVS_SILENT Message-Id: <20100701132727.453BCBB55D7 () projects ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=127800126223724 commit 899082a6c0843c60fa6479499be2c5a8510f2f5f Author: Andrew Coles Date: Tue Jun 8 10:43:20 2004 +0000 CVS_SILENT Corrected typos. svn path=/trunk/kdeextragear-2/konversation/; revision=318694 diff --git a/konversation/editserverdialog.cpp b/konversation/editserverdialog.cpp index 89a0664..d5373ea 100644 --- a/konversation/editserverdialog.cpp +++ b/konversation/editserverdialog.cpp @@ -125,7 +125,7 @@ EditServerDialog::EditServerDialog(QWidget* parent, QLabel* connectCommandsLabel = new QLabel(i18n("C&onnect Command(s):"), page); QString connectCommandsWT = i18n("Enter the command(s) you want to execute on " - "connection to the server(separated by semicolon)"); + "connection to the server (separated by semicolons.)"); QWhatsThis::add(connectCommandsLabel, connectCommandsWT); connectCommandsInput = new KLineEdit(connectCommands, page); QWhatsThis::add(connectCommandsInput, connectCommandsWT); diff --git a/konversation/quickconnectdialog.cpp b/konversation/quickconnectdialog.cpp index 5db6e6f..8b263e2 100644 --- a/konversation/quickconnectdialog.cpp +++ b/konversation/quickconnectdialog.cpp @@ -56,7 +56,7 @@ QuickConnectDialog::QuickConnectDialog(QWidget *parent) nickLabel->setBuddy(nickInput); QLabel* passwordLabel = new QLabel(i18n("P&assword:"), page); - QString passwordWT = i18n("If your IRC server requires a password, enter it here. (Most servers do not require a password"); + QString passwordWT = i18n("If your IRC server requires a password, enter it here (most servers do not require a password.)"); QWhatsThis::add(passwordLabel, passwordWT); passwordInput = new KLineEdit(page); QWhatsThis::add(passwordInput, passwordWT); @@ -91,4 +91,4 @@ void QuickConnectDialog::slotOk() passwordInput->text()); delayedDestruct(); } -} \ No newline at end of file +}