From 7d4516afc4cd194f9224dcd5e07e0f234c162fdf Mon Sep 17 00:00:00 2001 From: un1versal Date: Wed, 9 Dec 2015 11:58:53 +0000 Subject: src/modules typos: capitalize, formatting, consistency and syntax fixes --- src/modules/objects/KvsObject_comboBox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/objects/KvsObject_comboBox.cpp') diff --git a/src/modules/objects/KvsObject_comboBox.cpp b/src/modules/objects/KvsObject_comboBox.cpp index 3a1eb9e90..f85f1f249 100644 --- a/src/modules/objects/KvsObject_comboBox.cpp +++ b/src/modules/objects/KvsObject_comboBox.cpp @@ -71,7 +71,7 @@ !fn: $setEditable() Make the input field editable, if . Otherwise the user may only choose one of the items in the combo box.[br] - If the parameter is ommited, it is assumed to be false. + If the parameter is omitted, it is assumed to be false. !fn: $editable() Returns whether the combobox is editable or not. !fn: $setEditText(,[]) @@ -328,7 +328,7 @@ KVSO_CLASS_FUNCTION(comboBox,setInsertionPolicy) ((QComboBox *)widget())->setInsertPolicy(QComboBox::InsertAfterCurrent); else if(KviQString::equalCI(szPolicy,"BeforeCurrent")) ((QComboBox *)widget())->setInsertPolicy(QComboBox::InsertBeforeCurrent); - else c->warning(__tr2qs_ctx("Invalid insertion Policy '%Q'","objects"),&szPolicy); + else c->warning(__tr2qs_ctx("Invalid insertion policy '%Q'","objects"),&szPolicy); return true; } -- cgit v1.3.1-10-gc9f91