Typo: C3Reg-> c3Reg
This commit is contained in:
parent
8dbc8c6605
commit
e2151345d7
@ -1,4 +1,4 @@
|
||||
# C3Reg
|
||||
# c3Reg
|
||||
Fill out your hacker passport using a professional dot matrix printer.
|
||||
|
||||
## Set event name
|
||||
|
@ -71,7 +71,7 @@ function heading() {
|
||||
makeLeft 1 $FILE
|
||||
makeLeft $HSPACE $FILE
|
||||
fi
|
||||
printf "C3Reg\n" >> $FILE
|
||||
printf "c3Reg\n" >> $FILE
|
||||
resetLetters $FILE
|
||||
|
||||
}
|
||||
|
@ -26,7 +26,7 @@
|
||||
\fbox{\rule{#1in}{0pt}\rule[-0.5ex]{0pt}{4ex}}}
|
||||
|
||||
\title{\textbf{Application Form A23}}
|
||||
\author{C3Reg}
|
||||
\author{c3Reg}
|
||||
\date{Control no. \randomnum{1000}}
|
||||
|
||||
\addtolength{\topmargin}{-2cm}
|
||||
|
@ -26,7 +26,7 @@
|
||||
\fbox{\rule{#1in}{0pt}\rule[-0.5ex]{0pt}{4ex}}}
|
||||
|
||||
\title{\textbf{Application Form PKSR20}}
|
||||
\author{C3Reg}
|
||||
\author{c3Reg}
|
||||
\date{Control no. \answerbox{1}}
|
||||
|
||||
\addtolength{\topmargin}{-2cm}
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
\title{\textbf{Privacy Policy}}
|
||||
\author{C3Reg}
|
||||
\author{c3Reg}
|
||||
\date{}
|
||||
|
||||
\addtolength{\topmargin}{-2cm}
|
||||
|
@ -26,7 +26,7 @@
|
||||
\fbox{\rule{#1in}{0pt}\rule[-0.5ex]{0pt}{4ex}}}
|
||||
|
||||
\title{\textbf{Application Form Y42}}
|
||||
\author{C3Reg}
|
||||
\author{c3Reg}
|
||||
\date{Control no. \randomnum{1000}}
|
||||
|
||||
\addtolength{\topmargin}{-1cm}
|
||||
|
@ -73,7 +73,7 @@ function heading() {
|
||||
fi
|
||||
makeLeft $HSPACE $FILE
|
||||
fi
|
||||
printf "C3Reg\n" >> $FILE
|
||||
printf "c3Reg\n" >> $FILE
|
||||
resetLetters $FILE
|
||||
|
||||
}
|
||||
|
@ -71,7 +71,7 @@ function heading() {
|
||||
makeLeft 1 $FILE
|
||||
makeLeft $HSPACE $FILE
|
||||
fi
|
||||
printf "C3Reg\n" >> $FILE
|
||||
printf "c3Reg\n" >> $FILE
|
||||
resetLetters $FILE
|
||||
|
||||
}
|
||||
|
@ -7,7 +7,7 @@ export DIALOGRC=dialogrc
|
||||
|
||||
LOCKFILE=/tmp/c3reglock
|
||||
TMP=/tmp/$RANDOM
|
||||
BT="C3Reg - v0.4"
|
||||
BT="c3Reg - v0.4"
|
||||
|
||||
cd $(dirname "$0")
|
||||
|
||||
@ -223,7 +223,7 @@ function printReg() {
|
||||
}
|
||||
|
||||
function printC3RegStamp() {
|
||||
askForField "C3Reg stamp" "$1"
|
||||
askForField "c3Reg stamp" "$1"
|
||||
if [ $? -eq 0 ]; then
|
||||
checkLockFile
|
||||
diaBox "Insert Passport" "Please insert passport (Visas) into the printer."
|
||||
@ -319,7 +319,7 @@ function askReg() {
|
||||
|
||||
confirm=" Forename: $FNAME\n Surname: $SNAME\n Place: $PLANET"
|
||||
|
||||
ynBox "C3Reg Stamp" "Does this being want to have a C3Reg stamp?"
|
||||
ynBox "c3Reg Stamp" "Does this being want to have a c3Reg stamp?"
|
||||
if [ $? -eq 0 ]; then
|
||||
STAMP=true
|
||||
else
|
||||
@ -343,7 +343,7 @@ function menuFor() {
|
||||
dialog --backtitle "$BT" \
|
||||
--menu "Select ID type:" 14 40 3 \
|
||||
1 "Registration" \
|
||||
2 "C3Reg Stamp" \
|
||||
2 "c3Reg Stamp" \
|
||||
3 "GPG" \
|
||||
9 "Back" 2> $TMP
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user