From 6e17aa929e44d86a6852e36f2d98db32e5859b68 Mon Sep 17 00:00:00 2001
From: olly <devnull@localhost>
Date: Thu, 7 Sep 2006 04:28:22 +0200
Subject: [PATCH] [svn r7528]
 ----------------------------------------------------------------------
 r10835:  expo | 2006-08-08 18:42:56 +0100

Fix annotation of pre- and post-SA GPS fixes
----------------------------------------------------------------------
---
 noinfo/make-indxal4.pl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/noinfo/make-indxal4.pl b/noinfo/make-indxal4.pl
index 2bc6e66bb..08bf1b3ed 100755
--- a/noinfo/make-indxal4.pl
+++ b/noinfo/make-indxal4.pl
@@ -26,7 +26,7 @@ if ($usage) {
 }
 
 unless ($ARGV[0]) {
-	print STDERR "Specify a CSV file name as the program's argument(e.g. CAVETAB2.CSV)\n\n";
+	print STDERR "Specify a CSV file name as the program's argument (e.g. CAVETAB2.CSV)\n\n";
 	usage();
 }
 
@@ -645,10 +645,10 @@ sub do_ent {
 		$desc = "exact point";
 	} elsif ($gpspostsa) {
 		$punkt = $gpspostsa;
-		$desc = "GPS (pre SA)";
+		$desc = "GPS (post SA)";
 	} elsif ($gpspresa) {
 		$punkt = $gpspresa;
-		$desc = "GPS (post SA)";
+		$desc = "GPS (pre SA)";
 	}
 
 	# Find the position of that punkt