From kde-commits Wed Jul 20 05:08:11 2005 From: Carlos Leonhard Woelz Date: Wed, 20 Jul 2005 05:08:11 +0000 To: kde-commits Subject: KDE/kdepim/kresources/groupwise/soap Message-Id: <1121836091.715983.21385.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112183610306693 SVN commit 436623 by cwoelz: Some more simple string fixes... M +1 -1 incidenceconverter.cpp --- trunk/KDE/kdepim/kresources/groupwise/soap/incidenceconverter.cpp #436622:436623 @@ -213,7 +213,7 @@ getAttendees( task, todo ); - todo->setLocation( i18n( "Novell GroupWise does not support locations for To-dos." ) ); + todo->setLocation( i18n( "Novell GroupWise does not support locations for to-dos." ) ); return todo; }