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; }