-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
this mini patch fixes two typos in the Password/UIN settings
dialog.
Ignore my first patch, this one fixes both typos (found the second shortly
after i sent my first mail).
Thomas
- --
Mathematicians are like Frenchmen: whatever you say to them they
translate into their own language, and forthwith it is something
entirely different.
-- Johann Wolfgang von Goethe
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE9ws2k+83LmoKU5MARApSvAJ9TOeRR9XNeDp6TJxLlIjbjmu0vJwCgr5r+
shPzy9NVt9IEotIDzOp4zXQ=
=2fvp
-----END PGP SIGNATURE-----
Index: licq/plugins/qt-gui/src/securitydlg.cpp
===================================================================
RCS file: /cvsroot/licq/qt-gui/src/securitydlg.cpp,v
retrieving revision 1.12
diff -u -3 -p -r1.12 securitydlg.cpp
--- licq/plugins/qt-gui/src/securitydlg.cpp 2 Oct 2002 05:06:09 -0000 1.12
+++ licq/plugins/qt-gui/src/securitydlg.cpp 1 Nov 2002 18:53:33 -0000
@@ -67,12 +67,12 @@ SecurityDlg::SecurityDlg(CICQDaemon *s,
lblUin = new QLabel(tr("&Uin:"), passwordBox);
edtUin = new QLineEdit(passwordBox);
QWhatsThis::add(edtUin, tr("Enter the UIN which you want to use. "
- "Only available if \"Local changes only\" is"
+ "Only available if \"Local changes only\" is "
"checked."));
lblPassword = new QLabel(tr("&Password:"), passwordBox);
edtFirst = new QLineEdit(passwordBox);
QWhatsThis::add(edtFirst, tr("Enter your ICQ password here."));
- lblVerify = new QLabel(tr("&Verify"), passwordBox);
+ lblVerify = new QLabel(tr("&Verify:"), passwordBox);
edtSecond = new QLineEdit(passwordBox);
QWhatsThis::add(edtSecond, tr("Verify your ICQ password here."));
chkOnlyLocal = new QCheckBox(tr("&Local changes only"), passwordBox);