summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-31 10:45:57 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-31 10:45:57 +0100
commit59bb853ee1e8293918b85e77bb1ea97f8c38785f (patch)
tree9c5c7a5c7591d4eeb9f41ffc18111a5009b225d7
parentb5bea0b83c9b4d80b52d8d8bbaab01a63d4bf53a (diff)
pseudo is stupid
-rw-r--r--README2
-rw-r--r--src/flpsed.cxx2
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);