Skip to content

Commit

Permalink
"The" prepended to not open message
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePix authored Jul 16, 2018
1 parent be56236 commit 3279e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WorldModel/WorldModel/Core/Languages/English.aslx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<template name="Open">Open</template>
<template name="Close">Close</template>
<template name="Eat">Eat</template>
<dynamictemplate name="ObjectNotOpen">CapFirst(GetDisplayAlias(object)) + " " + Conjugate(object, "be") + " not open."</dynamictemplate>
<dynamictemplate name="ObjectNotOpen">CapFirst(GetDefiniteName(object)) + " " + Conjugate(object, "be") + " not open."</dynamictemplate>
<template name="NeutralGender">it</template>
<template name="MaleGender">he</template>
<template name="FemaleGender">she</template>
Expand Down

0 comments on commit 3279e97

Please sign in to comment.