summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-06-15 19:34:45 +0200
committerYorhel <git@yorhel.nl>2020-06-15 19:34:47 +0200
commit1642ab55e49013b43d55803c7829e2b4b60bde57 (patch)
tree3ecb3ce30b4f63b70f46bf5757f56e071419334a
parent7f02fd77fd71022712407c78816cc41e75b2fbc0 (diff)
Chars::Page: Rename "Main character" to the more accurate "Instance of"
Also avoids confusion with the "main character" role in the VN relations.
-rw-r--r--lib/VNWeb/Chars/Page.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNWeb/Chars/Page.pm b/lib/VNWeb/Chars/Page.pm
index 131787cb..ebb6224b 100644
--- a/lib/VNWeb/Chars/Page.pm
+++ b/lib/VNWeb/Chars/Page.pm
@@ -132,7 +132,7 @@ sub _rev_ {
[ bloodt => 'Blood type', fmt => \%BLOOD_TYPE ],
[ cup_size => 'Cup size', fmt => \%CUP_SIZE ],
[ age => 'Age', empty => 0 ],
- [ main => 'Main character',empty => 0, fmt => sub {
+ [ main => 'Instance of', empty => 0, fmt => sub {
my $c = tuwf->dbRowi('SELECT id, name, original FROM chars WHERE id =', \$_);
a_ href => "/c$c->{id}", title => $c->{name}, "c$c->{id}"
} ],