summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-10-17 09:46:45 +0200
committerYorhel <git@yorhel.nl>2020-10-17 09:46:47 +0200
commita41ba6e59347dea2cc8d33ab11783ecda59232eb (patch)
tree8f6dbc30832573f0642257b6edb470b0e6beb1c0 /lib
parent4c1fadcba8d0a8a6a505feca3a362c3fb7d2781f (diff)
Chars::Page: "Hip" -> "Hips" for consistency
https://vndb.org/t2520.504
Diffstat (limited to 'lib')
-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 8a9966ae..af1fd8c6 100644
--- a/lib/VNWeb/Chars/Page.pm
+++ b/lib/VNWeb/Chars/Page.pm
@@ -78,7 +78,7 @@ sub _rev_ {
[ b_day => 'Birthday/day', empty => 0 ],
[ s_bust => 'Bust', empty => 0 ],
[ s_waist => 'Waist', empty => 0 ],
- [ s_hip => 'Hip', empty => 0 ],
+ [ s_hip => 'Hips', empty => 0 ],
[ height => 'Height', empty => 0 ],
[ weight => 'Weight', ],
[ bloodt => 'Blood type', fmt => \%BLOOD_TYPE ],