From kde-commits Wed Nov 03 17:59:57 2004 From: Andrew Coles Date: Wed, 03 Nov 2004 17:59:57 +0000 To: kde-commits Subject: koffice/kexi (silent) Message-Id: <20041103175957.3847116D18 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109950481421296 CVS commit by coles: CVS_SILENT Corrected typos. M +1 -1 kexidb/connection.cpp 1.107 M +1 -1 tableview/kexitableview.cpp 1.178 --- koffice/kexi/kexidb/connection.cpp #1.106:1.107 @@ -2345,5 +2345,5 @@ bool Connection::deleteAllRows(QuerySche if (!executeSQL(m_sql)) { - setError(ERR_DELETE_SERVER_ERROR, i18n("Rows deleting on the server failed.")); + setError(ERR_DELETE_SERVER_ERROR, i18n("Row deletion on the server failed.")); return false; } --- koffice/kexi/tableview/kexitableview.cpp #1.177:1.178 @@ -928,5 +928,5 @@ tristate KexiTableView::deleteAllRows(bo } if (KMessageBox::No == KMessageBox::questionYesNo(this, - i18n("Do you want to clear table's%1 contents?").arg(tableName), + i18n("Do you want to clear the contents of table %1?").arg(tableName), 0, KGuiItem(i18n("&Clear contents")), KStdGuiItem::no())) return cancelled;