From 9dd6cee7810bd53f9bd5658fe68811c503948395 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 30 Dec 2024 22:32:40 -0800 Subject: Capitalize Human in the Vampire patch. --- vampirism.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vampirism.patch b/vampirism.patch index 4fbef1e..79487e2 100644 --- a/vampirism.patch +++ b/vampirism.patch @@ -435,8 +435,8 @@ pgettext( "memorial_female", "Killed an innocent, %s." ), name ); + } else if( vampire ) { -+ add( pgettext( "memorial_male", "Killed an innocent human, %s." ), -+ pgettext( "memorial_female", "Killed an innocent human, %s." ), ++ add( pgettext( "memorial_male", "Killed an innocent Human, %s." ), ++ pgettext( "memorial_female", "Killed an innocent Human, %s." ), + name ); } else { add( pgettext( "memorial_male", -- cgit v1.2.1