From fe97b1386099f519826392a5734d2bbe567fb786 Mon Sep 17 00:00:00 2001 From: eilers Date: Thu, 25 Sep 2003 10:57:55 +0000 Subject: Fixed inconsistencies between Description and NoteFixed inconsistencies between Description and Notess --- (limited to 'libopie2') diff --git a/libopie2/opiepim/otodo.cpp b/libopie2/opiepim/otodo.cpp index 5a18c37..189bf94 100644 --- a/libopie2/opiepim/otodo.cpp +++ b/libopie2/opiepim/otodo.cpp @@ -287,7 +287,7 @@ QString OTodo::toRichText() const // description if( !description().isEmpty() ){ - text += "" + QObject::tr( "Notes:" ) + "
"; + text += "" + QObject::tr( "Description:" ) + "
"; text += Qtopia::escapeString(description() ).replace(QRegExp( "[\n]"), "
" ) + "
"; } -- cgit v0.9.0.2