summaryrefslogtreecommitdiff
path: root/core
authorllornkcor <llornkcor>2002-03-18 04:06:49 (UTC)
committer llornkcor <llornkcor>2002-03-18 04:06:49 (UTC)
commitc41df1c96c7843ded6d63fcfb6f368b4173ca842 (patch) (side-by-side diff)
tree1ad241131ae50d41cc6d9dff8719864e68c27c14 /core
parent9fbc04992f0b19f3f8d0aa91f569f9faa0c562f8 (diff)
downloadopie-c41df1c96c7843ded6d63fcfb6f368b4173ca842.zip
opie-c41df1c96c7843ded6d63fcfb6f368b4173ca842.tar.gz
opie-c41df1c96c7843ded6d63fcfb6f368b4173ca842.tar.bz2
heheheh.. no insulting the users, please
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/today.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/today/today.cpp b/core/pim/today/today.cpp
index 08efe2d..1936518 100644
--- a/core/pim/today/today.cpp
+++ b/core/pim/today/today.cpp
@@ -105,7 +105,7 @@ void Today::setOwnerField() {
QString returnString = cont.fullName();
OwnerField->setText( tr ("<b>Owned by " + returnString + "</b>"));
} else {
- OwnerField->setText( tr ("<b>to lame to fill out the business card </b>"));
+ OwnerField->setText( tr ("<b>Please fill out the business card </b>"));
}
}