chiark / gitweb /
Version numbers no longer in download paths
[ypp-sc-tools.db-test.git] / yarrg / where-vessels
index 99929dbfc4e6794209c89f1c0c334673b4072b40..bebdf79f370f2869af534b220046dbb260217c64 100755 (executable)
@@ -136,6 +136,7 @@ proc have-notes {} {
     return [string length $notes_loc]
 }
 proc have-ownership {} {
+    global pirate
     return [expr {[have-notes] && [string length $pirate]}]
 }
 
@@ -473,7 +474,7 @@ proc show-report-decode {code} {
            1 { report-set own "Other pirate's" }
            2 { report-set own "Owner unknown" }
            3 { report-set own "(All ownerships)" }
-           4 - 5 { report-set own "(Yours/unknown)" }
+           4 - 5 { report-set own "(Not yours / unknown)" }
            default { report-set own "?? $notown" }
        }
     }