diff options
Diffstat (limited to 'src/exporters/rezkonvexporter.cpp')
| -rw-r--r-- | src/exporters/rezkonvexporter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exporters/rezkonvexporter.cpp b/src/exporters/rezkonvexporter.cpp index b286b65..a6cae19 100644 --- a/src/exporters/rezkonvexporter.cpp +++ b/src/exporters/rezkonvexporter.cpp @@ -200,7 +200,7 @@ void RezkonvExporter::writeIngredients( TQString &content, const Recipe &recipe TQString authorLines; if ( recipe.authorList.count() > 0 ) { - content += "============================== TQUELLE ==============================\n"; + content += "============================== QUELLE ==============================\n"; authorLines = " "+(*recipe.authorList.begin()).name+"\n"; } for ( ElementList::const_iterator author_it = ++recipe.authorList.begin(); author_it != recipe.authorList.end(); ++author_it ) { @@ -266,7 +266,7 @@ void RezkonvExporter::writeSingleIngredient( TQString &content, const Ingredient //columns 21-70 TQString ing_name( ing.name ); if ( ing.prepMethodList.count() > 0 ) - ing_name += "; " + ing.prepMethodList.join(", "); + ing_name += ", " + ing.prepMethodList.join(", "); if ( is_sub ) ing_name += ", or"; //FIXME: what's 'or' in German? |
