]> Git trees. - libqmvoc.git/commitdiff
Remove ! from title/author strings. I could not find a special meaning for it in...
authorFrederik Gladhorn <gladhorn@kde.org>
Fri, 7 Sep 2007 14:46:30 +0000 (14:46 +0000)
committerFrederik Gladhorn <gladhorn@kde.org>
Fri, 7 Sep 2007 14:46:30 +0000 (14:46 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=709464

keduvocdocument/keduvoccsvwriter.cpp

index ef4a025b07bf0ed5b2f9418f1a4325b5de1150a2..056d4d350522aca6fe5c46d80fa7f62931f22015 100644 (file)
@@ -45,8 +45,8 @@ bool KEduVocCsvWriter::writeDoc( KEduVocDocument *doc, const QString &generator
     outputStream.setDevice( m_outputFile );
     outputStream.setCodec( "UTF-8" );
 
-    outputStream << i18nc( "@item:intable the title of the document will be written here", "Title:" )  << separator << m_doc->title() << "\n";
-    outputStream << i18nc( "@item:intable the author will be written here", "Author:" ) << separator << m_doc->author() << "\n";
+    outputStream << i18nc( "@item:intable the title of the document will be written here", "Title:" )  << separator << m_doc->title() << "\n";
+    outputStream << i18nc( "@item:intable the author will be written here", "Author:" ) << separator << m_doc->author() << "\n";
 
     KEduVocExpression *expression;
     int idCount = m_doc->identifierCount();