From kde-i18n-doc Fri Jan 20 23:40:37 2006 From: Malcolm Hunter Date: Fri, 20 Jan 2006 23:40:37 +0000 To: kde-i18n-doc Subject: koffice/kchart Message-Id: <1137800437.079907.25081.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-i18n-doc&m=113780046118420 SVN commit 500703 by mhunter: Typographical corrections and changes More to follow tomorrow CCMAIL:kde-i18n-doc@kde.org M +3 -3 kchartWizardSelectDataFormatPage.cc --- trunk/koffice/kchart/kchartWizardSelectDataFormatPage.cc #500702:500703 @@ -60,10 +60,10 @@ QLabel *lbl = new QLabel( i18n( "\n" - "If the selected data area do not match the data you want,\n" - "then select the data now.\n" + "If the selected data area does not match the data you want,\n" + "select the data now.\n" "\n" - "Include cells that you want to use as row and column labels\n" + "Include cells that you want to use as row and column labels,\n" "if you want them in the chart.\n" ), this); grid1->addWidget(lbl, 4, 0);