[Debian-hebrew-package] r648 - /pkg/kkbswitch/trunk/kkbswitch/kbconfigdlg.cpp
kaplan at users.alioth.debian.org
kaplan at users.alioth.debian.org
Tue Oct 30 21:34:41 UTC 2007
Author: kaplan
Date: Tue Oct 30 21:34:41 2007
New Revision: 648
URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=648
Log:
Fix typos in kbconfigdlg.cpp thanks to Esko Arajärvi <edu at iki.fi>
Modified:
pkg/kkbswitch/trunk/kkbswitch/kbconfigdlg.cpp
Modified: pkg/kkbswitch/trunk/kkbswitch/kbconfigdlg.cpp
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/kkbswitch/trunk/kkbswitch/kbconfigdlg.cpp?rev=648&op=diff
==============================================================================
--- pkg/kkbswitch/trunk/kkbswitch/kbconfigdlg.cpp (original)
+++ pkg/kkbswitch/trunk/kkbswitch/kbconfigdlg.cpp Tue Oct 30 21:34:41 2007
@@ -153,7 +153,7 @@
btnSetDefaultGroup = new QPushButton(i18n("&Set as Default"), page);
QObject::connect(btnSetDefaultGroup, SIGNAL(clicked()), this, SLOT(slotSetDefaultGroup()));
btnLayout->addWidget(btnSetDefaultGroup, 0, Qt::AlignTop);
- QWhatsThis::add(btnSetDefaultGroup, i18n("Cick this button to set the layout selected "
+ QWhatsThis::add(btnSetDefaultGroup, i18n("Click this button to set the layout selected "
"in the list box to the left as the default"));
btnLayout->addItem(new QSpacerItem(1, 1, QSizePolicy::Minimum,
@@ -173,7 +173,7 @@
QWhatsThis::add(cbxIconType, i18n("<p>Select the style of icons representing the "
"current keyboard layout.\n"
"You can choose from the following styles:"
- "<ul><li><b>Country flag</b> - displays the corresponding contry flag"
+ "<ul><li><b>Country flag</b> - displays the corresponding country flag"
"<li><b>Language code</b> - displays the language ISO 2-letter code"
"<li><b>Flag and code</b> - displays the language code superimposed over the country flag."
"</ul></p>"));
More information about the Debian-hebrew-package
mailing list