From 59bb853ee1e8293918b85e77bb1ea97f8c38785f Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sun, 31 Dec 2006 10:45:57 +0100 Subject: pseudo is stupid --- README | 2 +- src/flpsed.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 8d3bad0..4f6507e 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ flpsed ======= -flpsed is a pseudo PostScript editor. Pseudo, because you can't actually +flpsed is a PostScript annotator. You can't actually edit existing PostScript documents, but you can add arbitrary text lines to existing documents. It is useful for filling in forms etc. diff --git a/src/flpsed.cxx b/src/flpsed.cxx index 3b14d51..d9da6f4 100644 --- a/src/flpsed.cxx +++ b/src/flpsed.cxx @@ -246,7 +246,7 @@ void print_cb() { } void about_cb() { - fl_message("flpsed -- a pseudo PostScript editor\n" + fl_message("flpsed -- a PostScript annotator\n" "Version %s\n\n" "(c) Johannes Hofmann 2004-2006\n\n" "PostScript is a registered trademark of Adobe Systems", VERSION); -- cgit v1.2.3