diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | src/flpsed.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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); |