From 6c27e4ee9dd58cd813f43c59db77dfe61ee6a34d Mon Sep 17 00:00:00 2001 From: Bandie Date: Tue, 2 Jun 2020 19:42:09 +0200 Subject: [PATCH] GlacticRegistrationOffice -> IntergalacticRegistrationOffice --- jhp/{gro => iro} | 2 +- start | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) rename jhp/{gro => iro} (98%) diff --git a/jhp/gro b/jhp/iro similarity index 98% rename from jhp/gro rename to jhp/iro index 1bdd6e3..c961215 100755 --- a/jhp/gro +++ b/jhp/iro @@ -79,7 +79,7 @@ function heading() { makeLeft 1 makeLeft $SPACE italicLetters $FILE - printf "GALACTIC\n" >> $FILE + printf "INTERGALACTIC\n" >> $FILE if [ $PAGE -eq 1 ]; then makeLeft $NEXTPAGE diff --git a/start b/start index abb7440..2ae0f13 100755 --- a/start +++ b/start @@ -2,7 +2,7 @@ export EVENT=DiVOC TMP=/tmp/$RANDOM -BT="Galactic Registration Office - v0.1" +BT="Intergalactic Registration Office - v0.1" function diaBox() { h=8 @@ -113,8 +113,8 @@ function jhpPrintReg() { return 0 } -function jhpGROStamp() { - jhpAskForField "GRO stamp" +function jhpIROStamp() { + jhpAskForField "IRO stamp" if [ $? -eq 0 ]; then diaBox "Insert Passport" "Please insert passport (Archivements) into the printer." cd jhp @@ -169,7 +169,7 @@ function jhpReg() { confirm=" Forename: $FNAME\n Surename: $SNAME\n Planet: $PLANET" - ynBox "GRO Stamp" "Does this being wants to have a GRO stamp?" + ynBox "IRO Stamp" "Does this being wants to have a IRO stamp?" if [ $? -eq 0 ]; then STAMP=true else @@ -193,7 +193,7 @@ function jhpmenu() { dialog --backtitle "$BT" \ --menu "Select ID type:" 14 40 3 \ 1 "Registration" \ - 2 "GRO Stamp" \ + 2 "IRO Stamp" \ 3 "GPG" \ 9 "Back" 2> $TMP @@ -204,14 +204,14 @@ function jhpmenu() { if [ $? -eq 0 ]; then jhpPrintReg if [ "$STAMP" == "true" ]; then - jhpGROStamp + jhpIROStamp fi if [ -n "$FP" ]; then jhpPrintGPG fi fi ;; - 2) jhpGROStamp + 2) jhpIROStamp ;; 3) jhpGPG if [ $? -eq 0 ]; then