Change "christmas" to "Christmas"

This commit is contained in:
Elias Projahn 2020-01-16 11:58:29 +01:00
parent 76d6f885a8
commit 00551e9662
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# Christmas Cats
A little game about cats and christmas trees. This was a christmas present for
A little game about cats and Christmas trees. This was a Christmas present for
my fantastic girlfriend Kira.
## Hacking

View file

@ -17,11 +17,11 @@ class ChristmasCatsLocalizations {
'intro': 'Introduction',
'ad': 'Support me',
'noAds': 'No ads available',
'poem': 'Cats are climbing christmas trees,\n'
'poem': 'Cats are climbing Christmas trees,\n'
'The trees are getting wiggly,\n'
'You\'ll get a lot of trouble,\n'
'If You don\'t tap them quickly.',
'intro1': 'Cats are climbing christmas trees,',
'If you don\'t tap them quickly.',
'intro1': 'Cats are climbing Christmas trees,',
'intro2': 'The trees are getting wiggly,',
'intro3': 'You\'ll get a lot of trouble,',
'intro4': 'If You don\'t tap them quickly.',

View file

@ -1,6 +1,6 @@
name: christmas_cats
version: 0.1.0
description: A little game about cats and christmas trees.
description: A little game about cats and Christmas trees.
environment:
sdk: ">=2.6.0 <3.0.0"