summaryrefslogtreecommitdiffstats
path: root/kkbswitch/kbconfigdlg.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-08-18 15:48:05 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-08-18 15:48:05 +0200
commit5b9a9cdea29c7a987026f074aa1d341070bc2dc8 (patch)
treeb4aa9ad93b1b9fe123eec4d7ebaa9ba4c5a7a47a /kkbswitch/kbconfigdlg.cpp
parentae0c828ac29043e7adc56a78fc18d816b32c12b4 (diff)
downloadkkbswitch-5b9a9cdea29c7a987026f074aa1d341070bc2dc8.tar.gz
kkbswitch-5b9a9cdea29c7a987026f074aa1d341070bc2dc8.zip
Incorporated updates from Debian
Diffstat (limited to 'kkbswitch/kbconfigdlg.cpp')
-rw-r--r--kkbswitch/kbconfigdlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kkbswitch/kbconfigdlg.cpp b/kkbswitch/kbconfigdlg.cpp
index 0b599c1..6f583b3 100644
--- a/kkbswitch/kbconfigdlg.cpp
+++ b/kkbswitch/kbconfigdlg.cpp
@@ -153,7 +153,7 @@ void KBConfigDlg::setupGeneralPage()
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 @@ void KBConfigDlg::setupGeneralPage()
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>"));