summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/debian-pkg-hint.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/debian-pkg-hint.patch b/debian/patches/debian-pkg-hint.patch
index fd986d2..8814424 100644
--- a/debian/patches/debian-pkg-hint.patch
+++ b/debian/patches/debian-pkg-hint.patch
@@ -7,7 +7,7 @@ Index: open-axiom.trunk/src/sman/sman.c
if (readablep(command) != 1) {
- fprintf(stderr, "Hypertex program not found.\n");
-+ fprintf(stderr, "Hypertex program not found. Consider install `open-axiom-hypertex' package.\n");
++ fprintf(stderr, "Hypertex program not found. Consider installing `open-axiom-hypertex' package.\n");
return;
}
if (PasteFile){
@@ -16,7 +16,7 @@ Index: open-axiom.trunk/src/sman/sman.c
spawn_of_hell(command, DoItAgain);
else
- fprintf(stderr, "Graphics program not found.\n");
-+ fprintf(stderr, "Graphics program not found. Consider install `open-axiom-graphics' package.\n");
++ fprintf(stderr, "Graphics program not found. Consider installing `open-axiom-graphics' package.\n");
}
/* Start the core executable session in a separate process, */